LocaleConfiguration
Represents the configuration for supported locales and the current locale.
Properties
- 
          current_locale(Locale | None) –The Localeobject representing the current locale.
- 
          supported_locales(list[Locale] | None) –A list of Localeobjects representing the locales supported by the application.