September 2024
Beginner to intermediate
985 pages
35h 37m
English
As soon as a website or web application is to be multilingual, internationalization (i18n for short—for the i and the last n and the 18 letters in between in the word internationalization) of the same is inevitable. The idea is to structure an application in such a way that it can be adapted to different languages (or even more generally, to different regions) without much effort.
Usually the text contents of an application are contained in a separate file for each language (or for each locale; more about that in a moment) and are then loaded according to the user or language settings. In principle, this is relatively easy to implement within an application if, for example, you use templating engines ...
Read now
Unlock full access