$languageParam public property
The name of the GET parameter that specifies the application language. Note that if the specified language does not match any of $languages, the first language in $languages will be used. If the parameter value is empty or if this property is null, the application language will be determined based on the Accept-Language
HTTP header only.
See also $languages.
public string $languageParam = '_lang'
Please login to continue.