localizationDelegate property

LocalizationsDelegate<WiredashLocalizations>? localizationDelegate
final

This LocalizationsDelegate overrides wiredash's default. Your delegate can provide as many localizations as you want.

Use this to provide your own texts that match the style of your app.

When you provide a localization it fully replaces the one provided by wiredash. But all other languages are still provided by wiredash.

If you add support for a complete new language, please consider contributing it to the project. Thanks in advance!

See https://github.com/wiredashio/wiredash-sdk/blob/stable/example/lib/custom_demo_translations.dart for an example of how to use this.

Implementation

final LocalizationsDelegate<WiredashLocalizations>? localizationDelegate;