English 中文(简体)
安卓手机上爱沙尼亚的国家代码是什么
原标题:What is the country code for Estonia on android phone

安卓手机上爱沙尼亚的国家代码是什么?

For example French (France) is fr_FR and Danish (Denmark) is da_DK

我在谷歌支持上打开了一个帖子,但还没有人回复。

谷歌支持:安卓系统上爱沙尼亚的国家代码是什么

最佳回答

引用从开发指南中提供资源

该语言由两个字母的ISO 639-1语言代码定义,可选择后跟两个字母ISO 3166-1-字母-2区域代码(前面加小写“r”)。

http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm

爱沙尼亚EE

http://www.loc.gov/standards/iso639-2/php/code_list.php

爱沙尼亚et

问题回答

我会选择et_EE,但我不能百分之百确定。

http://developer.android.com/reference/java/util/Locale.html There is not a predefined constant for Estonia however

由于它们基于ISO标准XX__XX小写XX表示语言,大写XX表示国家,

which come from the ISO lists: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes and http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 respectively

对于爱沙尼亚的爱沙尼亚人来说,这将类似于et_EE





相关问题
How does gettext handle dynamic content?

In php (or maybe gettext in general), what does gettext do when it sees a variable to dynamic content? I have 2 cases in mind. 1) Let s say I have <?=$user1?> poked John <?=$user2?>. ...

Explain the Need for Mutexes in Locales, Please

Reading the question Why doesn’t C++ STL support atoi(const string& ) like functions?, I encountered a comment which warned that GCC (at least) has a bug that can slow down multi-threaded ...

How does Vistalizer work

How does Vistalizer manage to override the language limit in Windows Vista Home edition. Which api s does it use to allow installation of Multiple language packages.

Localized exceptions (within a Struts2 app)

I am developing a Struts 2 application with support for multiple languages. If one of the domain objects needs to throw an exception, how can it do so in such a way that the error message is no ...

Rails Globalize plugin help

Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?

热门标签