mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 610151 - Firefox 4b2 (Android) Locale auto-detection does not work, r=blassey a=blocking-fennec
This commit is contained in:
parent
ec6eb11da9
commit
f252053c68
@ -125,6 +125,8 @@ class GeckoAppShell
|
||||
f = Environment.getDownloadCacheDirectory();
|
||||
GeckoAppShell.putenv("EXTERNAL_STORAGE" + f.getPath());
|
||||
|
||||
GeckoAppShell.putenv("LANG=" + Locale.getDefault().toString());
|
||||
|
||||
loadLibs(apkName);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user