Expand description
Localization privitives.
Structs§
- Fluent
Args - Fluent messages can use arguments in order to programmatically add values to a translated string. For instance, in a localized application you may wish to display a user’s email count. This could be done with the following message.
- L10n
- A localization primitive that stores localized message data and state.
- L10n
Bundle - L10n
Class - A localization class.
- L10n
Custom Style - Represents a custom style for the L10n.
- L10n
Fallback - L10n
Locale - Language
Identifier LanguageIdentifieris a core struct representing a Unicode Language Identifier.- Locale
Map - A map that stores localizations.
Enums§
- Fluent
Value - The
FluentValueenum represents values which can be formatted to a String. - L10n
State - An enum for the locatization state updates.
Functions§
- l10n
- Construct localized label with the message key.