↧
Internationalization (I18n) API in Ruby on Rails 3 (Part I)
Whenever we hear about Internationalization of web application, the first word that comes to our mind is “Translation“. There are three ways to translate software: Do it Yourself Pay Someone for doing...
View ArticleInternationalization (I18n) API in Ruby on Rails 3 (Part II)
In the Internationalization (I18n) API in Rails 3 (Part I) you read about Definition of Internationalization & Localization How i18n mechanism works in Rails Setup/Configuration about the i18n...
View ArticleInternationalization (I18n) API in Ruby on Rails 3 (Part III)
In Internationalization (I18n) API in Ruby on Rails 3 (Part I) and Internationalization (I18n) API in Ruby on Rails 3 (Part II) we already covered a lot of the Rails I18n functionality. In part III, we...
View Article