Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set correct xml:lang attribute for several languages #17

Open
evgs opened this issue Jan 15, 2012 · 0 comments
Open

Set correct xml:lang attribute for several languages #17

evgs opened this issue Jan 15, 2012 · 0 comments
Milestone

Comments

@evgs
Copy link
Owner

evgs commented Jan 15, 2012

This xml:lang attribute is used to request localized service messages. See http://tools.ietf.org/html/rfc6120#section-4.7.4

http://developer.android.com/reference/java/util/Locale.html

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"

So we need to define full map "deprecated"->"actual"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant