You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an option to choose a locale (any - could be different from phones current locale) on app start.
I am not talking about a fallback locale but an app start locale.
Sometimes a users phone can be in English but I want my app to force a different locale.
This is possible with the built in localizations just by adding the "locale" field to the material app but it's not working with this package.
Another nice feature (not sure if possible) is if you could generate a map so that any translation field name would be easily found by the IDE instead of passing a string.
Something like: FlutterI18n.translate(context).hello instead of FlutterI18n.translate(context, 'hello')
The text was updated successfully, but these errors were encountered:
Have an option to choose a locale (any - could be different from phones current locale) on app start.
I am not talking about a fallback locale but an app start locale.
Sometimes a users phone can be in English but I want my app to force a different locale.
This is possible with the built in localizations just by adding the "locale" field to the material app but it's not working with this package.
Another nice feature (not sure if possible) is if you could generate a map so that any translation field name would be easily found by the IDE instead of passing a string.
Something like: FlutterI18n.translate(context).hello instead of FlutterI18n.translate(context, 'hello')
The text was updated successfully, but these errors were encountered: