Fixed the Issue #48.
Localization is hardcoded to english since 3.2.0 #48 Added the localization use and boolean
This commit is contained in:
@@ -89,6 +89,7 @@ class MyAppState extends State<MyApp> {
|
||||
],
|
||||
localizationsDelegates: const [
|
||||
CountryLocalizations.delegate,
|
||||
/// CountryLocalizations.getDelegate(enableLocalization: false), // For no localization only english just declare delegate this way.
|
||||
GlobalMaterialLocalizations.delegate,
|
||||
GlobalWidgetsLocalizations.delegate,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user