Expand description
Global locale instances and system inspection.
This is an auxiliary crate for i18n solutions that:
- Holds the appropriate default instances of locale.
- Inspects the system for the initial values.
You don’t want to use it directly, but instead use an internationalisation crate like locale.
This crate is separate and intentionally minimal so that multiple i18n crates or multiple versions of one that get into the application still share the current locale setting.
Structs§
- Language and culture identifier.
- Locale configuration.
- Iterator over
LanguageRange
s for all categories in aLocale
- Iterator over
LanguageRange
s for specific category in aLocale
Enums§
- Errors that may be returned by
locale_config
.