Locale Change #377
Closed
HaithamHussienAleryani
started this conversation in
General
Replies: 1 comment
-
Hey! Something like this final settings = SettingsScope.settingsOf(context);
SettingsScope.of(context).add(
AppSettingsEvent.updateAppSettings(
appSettings: settings.copyWith(locale: /* here comes your locale */),
),
); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to trigger the change of the locale ?
Beta Was this translation helpful? Give feedback.
All reactions