Crate env_preferences

Source
Expand description

§env_preferences

env_preferences is a crate to retrieve system locale and preferences for Apple, Linux & Windows systems

It currently fetches locales for the operating system currently in String format.

In the current setup, it is not ensured that the locale retrieved will be converted to ICU4X Locale

It also retrieves preferences for Calendar & TimeZone

Enums§

Functions§

  • Retrieves locale for LC_ALL POSIX category. Also returns other categories if any are explicitly set in the thread
  • Get the system calendar locale (LC_TIME).