Correct formatting of locale to make it compatible with l10n (safari issue)

This commit is contained in:
Samuel Chantaraud 2014-02-26 16:09:58 -04:00
parent 6cce1e44dd
commit cbc9ad3cb6
2 changed files with 14 additions and 10 deletions

View file

@ -1666,7 +1666,7 @@ document.addEventListener('DOMContentLoaded', function webViewerLoad(evt) {
}
//#if !(FIREFOX || MOZCENTRAL)
var locale = navigator.language;
var locale = PDFJS.locale || navigator.language;
if ('locale' in hashParams)
locale = hashParams['locale'];
mozL10n.setLanguage(locale);