Constant BROWSER_LANGUAGE
pub const BROWSER_LANGUAGE: &'static str;
Expand description
Preferred language of the user using the browser
§Notes
This value is intended to be taken from the Navigator API navigator.language
.
§Examples
"en"
"en-US"
"fr"
"fr-FR"