| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Hails.I18N.Language
Description
Install/load the right Gettext files for your chosen language and application.
- installLanguage :: String -> IO ()
Documentation
installLanguage :: String -> IO () Source
Installs the current language using the LC_ALL and LANGUAGE environment variables and other gettext methods. This requires the application's name, and it loads the language from a file called "default-language" in the application's config dir.