Bug 610151 - Firefox 4b2 (Android) Locale auto-detection does not work, r=blassey a=blocking-fennec

This commit is contained in:
Alex Pakhotin 2010-11-16 14:27:34 -08:00
parent ec6eb11da9
commit f252053c68

View File

@ -125,6 +125,8 @@ class GeckoAppShell
f = Environment.getDownloadCacheDirectory();
GeckoAppShell.putenv("EXTERNAL_STORAGE" + f.getPath());
GeckoAppShell.putenv("LANG=" + Locale.getDefault().toString());
loadLibs(apkName);
}