Top "I18n-gem" questions

Ruby internationalization and localization solution.

Rails I18n set_locale

I want to set the locale by the clients browserlocale request.env['HTTP_ACCEPT_LANGUAGE'] and by the URL. If …

ruby-on-rails ruby-on-rails-3 internationalization i18n-gem
Organization of Locale Files in rails app

I currently have the following 4 files in my config/locales of my root application: -en.yml -de.yml -simple_form.…

ruby-on-rails-3 internationalization locale i18n-gem load-path
Not setting default locale in Rails 3.1.3

Not setting default_locale in Rails 3.1.3 application.rb: config.i18n.default_locale = :en I have got 3 locales (en,es …

ruby-on-rails-3 internationalization i18n-gem
I18n translation in Rails console doesn't show proper Chinese (or any other language)

So we're using I18n to localize our website to traditional Chinese I have a zh-TW.yml file under directory …

ruby-on-rails internationalization i18n-gem
Change Language in java swing at runtime

I would like to know if this is possible in java that i want to reload a swing app so …

java swing internationalization i18n-gem