Recently we have done an overview of the most popular internationalization libraries for JavaScript covering solutions like I18next, Globalize and others. In this article, however, we are going to focus…
Latest posts by Ilya Krukowski:
In this tutorial you are going to learn how to get started with Rails internationalization I18n thus translating the app into multiple languages. Also you will learn how to work…
In this tutorial, we will learn how to implement React Native localization and internationalization. Internationalization (I18n) makes it simpler to translate our React Native app into multiple languages. Once internationalization is…
In the previous articles we have seen how to perform localization in back-end: specifically, we’ve covered Rails and Phoenix frameworks. Today, however, we are going to talk about libraries for…
In one of our previous articles we were talking about the process of internationalizing Rails applications. That article explained all I18n basics, but it was revolving around placing all translations…
Today we will continue covering back-end frameworks and talk about localization of Phoenix applications with the help of Gettext. You might not have heard about Phoenix before, so let me…