26
loading...
This website collects cookies to deliver better user experience
They are often abbreviated as i18n (18 means that there are 18 letters between i and n in the word "internationalization") and L10n, respectively, due to the length of their single words, using a capital L to distinguish the i in i18n and to make it easy to distinguish the lowercase l from the 1.(Wikipedia)
When calculating the number of Chinese characters, it is usually done by character form, i.e., simplified, traditional, variant, new, old, etc., of a character representing the same phonetic meaning. This way of counting is in fact counting variants. Therefore, the number of glyphs included in large dictionaries has long been wrongly regarded as the size of the Chinese character system.(Wikipedia)
/usr/share/locale
directory of the macOS operating system.language_region
to express the exact language of a country.Accept-Language
HTTP header. For example: it, de-at, es, pt-br.ResourceBundle
class.priv/gettext
└─ en_US
| └─ LC_MESSAGES
| ├─ default.po
| └─ errors.po
└─ it
└─ LC_MESSAGES
├─ default.po
└─ errors.po
language_region
format, e.g. en_US for United States English language.www.mysite.com/de/
would tell the user that the page is in German.<link rel="alternate" href="http://example.com" hreflang="en-us" />
.language_region
format is uniformly used in remote service calls (front-end calls to back-end or back-end calls to other internal or external services), e.g. en_US stands for getting the localized version of the English language for the US region.locale = en_US
HTTP header can be used to request pages in English for the United States.26