menu
claform_sdk_flutter package
documentation
claform_sdk_flutter.dart
I18nManager
setLocale method
setLocale method
dark_mode
light_mode
setLocale
method
void
setLocale
(
String
locale
)
Sets the active locale.
Implementation
void setLocale(String locale) { _locale = locale; }
claform_sdk_flutter package
documentation
claform_sdk_flutter
I18nManager
setLocale method
I18nManager class