implements NavigatorLanguage

This commit is contained in:
Rahul Sharma 2016-03-15 20:25:23 +05:30
parent 37574065e0
commit facf59177c
7 changed files with 23 additions and 17 deletions

View file

@ -43,3 +43,7 @@ pub fn UserAgent() -> DOMString {
pub fn AppVersion() -> DOMString {
DOMString::from("4.0")
}
pub fn Language() -> DOMString {
DOMString::from("en-US")
}