Skip to content

LocaleConfiguration

LocaleConfiguration #

Represents the configuration for supported locales and the current locale.

current_locale #

current_locale: Locale | None = None

The Locale object representing the current locale.

supported_locales #

supported_locales: list[Locale] | None = None

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