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

Should the API Framework include guidance on I18N, L10N? #8

Open
boshrin opened this issue Sep 8, 2014 · 1 comment
Open

Should the API Framework include guidance on I18N, L10N? #8

boshrin opened this issue Sep 8, 2014 · 1 comment

Comments

@boshrin
Copy link

boshrin commented Sep 8, 2014

e.g., support multiple values for selected attributes (like name) for different language representations

@khazelton
Copy link
Contributor

In general, if you are developing an API, you should expect to see any UTF-8 characters plus a language tag (e.g., for names)

Would it be good enough to stipulate that UTF-8-encoded characters must be allowable in attribute values?

We also need to add language tags. Use the locale ISO 639-1 (name of language in 2 letter format), ISO 3166-1 for country; two-letter language code plus two-letter country code.

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

No branches or pull requests

2 participants