In one of the previous posts we have discussed how to store Rails translations inside the database with the help of Globalize gem. This feature can come in really handy…
Category: Tutorials
Step-by-step tutorials for developers working in the localization industry.
In this tutorial, we are going to discuss how to implement PHP translation. PHP is quite a stable and popular choice for web application development. Despite the existence of many…
The festive season is upon us, and I think it’s the perfect time to have some fun! Today, I would like to give the gift of a LOLCODE tutorial which…
If you are reading this, you (or your organization) have already taken the right step toward reaching across multiple platforms using Xamarin.Forms. But just it’s as important, if not more…
Internationalization is an important feature that is used to overcome the language barrier among people who use a particular software application. For example, the application’s target users may speak different…
Getting started with i18n (internationalization) and l10n (localization) can be quite complex, especially if you have never implemented these concepts before. Many developers find themselves asking: how do I add…
In this article, you will learn how to implement EmberJS i18n (internationalization) into your application. Internationalization is a part of an application’s development strategy to facilitate normalizing the app for…
This is the third and final part of the “How to create a Ruby Gem series” where we are going to finalize our plugin and publish it to RubyGems. The…