Where is a list of the deprecated language codes that Java still uses?
Per Android Locale documentation:
Note that Java uses several deprecated two-letter codes. The Hebrew ("he")
language code is rewritten as "iw", Indonesian ("id") as "in", and Yiddish
("yi") as "ji". This rewriting happens even if you construct your own
Locale object, not just for instances returned by the various lookup
methods.
I'm trying to setup my servers to support both the current codes (Hebrew =
he) and the deprecated codes (Hebrew = iw). Are the three languages in the
example above the only ones that I need to duplicate or is there a full
list?
No comments:
Post a Comment