Closed
Bug 839881
Opened 13 years ago
Closed 11 years ago
Set selected language on the gecko side to be the selected language on the java side
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox19-)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox19 | - | --- |
People
(Reporter: Pike, Unassigned)
References
Details
As we've found in bug 839380 for zh-HK, having two "matchOS" language selection algorithms can result in awkward behavior, with different selections on the java and the gecko side.
We should explicitly set the locale in gecko to the one that is picked on the java side, and not rely on both picking the same value based on OS preference.
I'm hoping this will be a minor hit if at all on startup perf, as we're not resetting the dalvik process, but just tweaking a pref on the gecko side.
Comment 2•13 years ago
|
||
or maybe this should be opposite? (Set selected language on the java side to be the selected language on the gecko side)
Comment 3•13 years ago
|
||
But since gecko starts up later than java, that would mean the patch for Bug 839380 should be refactored (later) for changing the language on the Java side first.
Comment 4•11 years ago
|
||
This was done by Bug 936756 and Bug 1045053.
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•