Utilities related to Lang values.
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Create a Lang value from a code (such as fr or en-US) and throw exception if language is unrecognized
Create a Lang value from a code (such as fr or en-US) and throw exception if language is unrecognized
Attributes
Create a Lang value from a code (such as fr or en-US) and throw exception if language is unrecognized
Create a Lang value from a code (such as fr or en-US) and throw exception if language is unrecognized
Attributes
Concrete fields
The default Lang to use if nothing matches (platform default).
The default Lang to use if nothing matches (platform default).
Pre 2.6.x, defaultLang was an implicit value, meaning that it could be used in implicit scope resolution if no Lang was found in local scope. This setting was too general and resulted in bugs where the defaultLang was being used instead of a request.lang, if request was not declared as implicit.