supportedLocales property
A list of supported locales.
This list specifies the locales that the application supports. Each element in the list should be a valid locale string (e.g., "en", "es", "fr").
Implementation
final List<String> supportedLocales;