
Internationalization vs. localization (i18n vs l10n): What’s the difference?
Go here to follow along: https://bit.ly/follow-tutorial
Internationalization ("i18n" for short because there are 18 letters between “i” and “n” in the word) involves building your software so that it isn't hardwired to one language, locale or culture.
Localization ("i10n") is the process of adding the appropriate resources to your software so that a particular language or locale is supported. This would involve adding translations for example.
So to recap: internationalization prepares your software for localization.
If in the future, you want to sell a Polish version of your software, you would already have the infrastructure done, and would just localize it by adding Polish language resource files for example, like I am doing via the Lokalise app. I can even choose to make an API call to Lokalise and display the language needed!
More steps on how to do this in the link above and send it to someone in tech!
Check out Localise Ambassador programme here: https://lokalise.com/community
#webdev #100daysofcode #devcommunity #Internationalization #localization
Internationalization ("i18n" for short because there are 18 letters between “i” and “n” in the word) involves building your software so that it isn't hardwired to one language, locale or culture.
Localization ("i10n") is the process of adding the appropriate resources to your software so that a particular language or locale is supported. This would involve adding translations for example.
So to recap: internationalization prepares your software for localization.
If in the future, you want to sell a Polish version of your software, you would already have the infrastructure done, and would just localize it by adding Polish language resource files for example, like I am doing via the Lokalise app. I can even choose to make an API call to Lokalise and display the language needed!
More steps on how to do this in the link above and send it to someone in tech!
Check out Localise Ambassador programme here: https://lokalise.com/community
#webdev #100daysofcode #devcommunity #Internationalization #localization
Code with Ania Kubów
Hello everyone.
My name is Ania Kubow and I am a Software Developer (ex-Eurostar) who quit the rat race to focus on my channel and teach others how to code by building retro Games and awesome projects. I am also part of the core team @FreeCodeCamp. You ...