This work is licensed under a CC |
Many publishing environments need to support multiple languages. In many cases, the requirement to support multiple languages surfaces in later stages of a product development or publishing solution, which can cause major design changes, driving up costs. Internationalization (I18N) is the approach to design systems which can adapt to different locales. Localization (L10N) is the activity to identify, define, and encode locales, based on internationalized software.
<arc xlink:type="arc" xlink:from="permalink" xlink:to="blog" xlink:title="Blog Home"/> <arc xlink:type="arc" xlink:from="blog" xlink:to="author" xlink:title="Blog Author"/> <arc xlink:type="arc" xlink:from="author" xlink:to="blog" xlink:title="Authored Blogs"/>
<arc xlink:type="arc" xlink:from="permalink" xlink:to="blog"> <title xlink:type="title" xml:lang="en">Blog Home</title> <title xlink:type="title" xml:lang="de">Blog Webseite</title> </arc> <arc xlink:type="arc" xlink:from="blog" xlink:to="author"> <title xlink:type="title" xml:lang="en">Blog Author</title> <title xlink:type="title" xml:lang="de">Autor des Blogs</title> </arc> <arc xlink:type="arc" xlink:from="author" xlink:to="blog"> <title xlink:type="title" xml:lang="en">Authored Blogs</title> <title xlink:type="title" xml:lang="de">Geschriebene Blogs</title> </arc>
one language fits allassumption is becoming increasingly inappropriate
just switch the labelsstrategy also may be too little for true L10N


Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.
Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (alocale).
Tags for Identifying Languages
Matching of Language Tags
en-US or de are requested but available variants are en and de<arc xlink:type="arc" xlink:from="permalink" xlink:to="blog"> <title xlink:type="title" xml:lang="en">Blog Home</title> <title xlink:type="title" xml:lang="de">Blog Webseite</title> </arc> <arc xlink:type="arc" xlink:from="blog" xlink:to="author"> <title xlink:type="title" xml:lang="en">Blog Author</title> <title xlink:type="title" xml:lang="de">Autor des Blogs</title> </arc>
language-independent resource
http://en.example.com/foo/barURI navigation
http://example.com/en/foo/barURI navigation
http://example.com/foo/bar?lang=enhttp://example.com/foo/bar is usable for the abstract resourcehttp://example.us/foo/barhttp://example.com/foo/bar
http://example.com/foo/bar
http://example.com/foo/bar.en. which uses the resource's extension
URI navigation
http://example.com/foo/bar,en, for specifying a parameter to a URI path segmenthttp://example.com/foo/bar is usable for the abstract resourcehttp://example.com/foo/bar;lang=en; for specifying a parameter to a URI path segmenthttp://example.com/foo/bar is usable for the abstract resourcevariant preferencein a URI
., ;, and ,) are very similar., ;, and , are not treated in any special way. and ..http URIs, , and/or ; could interact with content negotiation, or ; for language variants, but do not expect magic to happen