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