Create a Lang value from a code (such as fr or en-US).
Retrieve Lang availables from the application configuration.
Retrieve Lang availables from the application configuration.
application.langs="fr,en,de"
The default Lang to use if nothing matches (platform default)
The default Lang to use if nothing matches (platform default)
Guess the preferred lang in the langs set passed as argument.
Guess the preferred lang in the langs set passed as argument. The first Lang that matches an available Lang wins, otherwise returns the first Lang available in this application.
Utilities related to Lang values.