supportedLocales property
List<LocaleInfo>
get
supportedLocales
List of locales that the application supports.
These locales determine which translations and regional settings
are available in the app.
Example: [const Locale('en'), const Locale('es'), const Locale('fr')]
Implementation
List<LocaleInfo> get supportedLocales;