Skip to content

LocaleConfiguration

Represents the configuration for supported locales and the current locale.

Properties

Properties#

current_locale class-attribute instance-attribute #

current_locale: Locale | None = None

The Locale object representing the current locale.

supported_locales class-attribute instance-attribute #

supported_locales: list[Locale] | None = None

A list of Locale objects representing the locales supported by the application.