Localization
Bando's widget internationalizaion.
Bando's Widget provides internationalization (i18n) support for your app, allowing you to customize the widget's appearance and behavior according to your language preferences.
Configure languages
The default language is set to English (en
), but you have the option to set a different default language. You can also control which languages are available in the widget or specify the language that users will see if the built-in language selector is hidden.
There are allow
, deny
, and default
options for language configuration.
Language resources
You can configure the widget to accommodate any language required by your dApp by supplying the necessary language resources.
Additionally, you can modify the existing language resources if you need to change specific text. You can find the full set of key-value pairs in the reference en.json
file available in our repository.
Last updated