localize path config/locale, , , .
, , config/application.rb, :
I18n.available_locales = [:en, :it]
config.i18n.default_locale = :it
, - en.yml, . , : en.yml, it.yml, devise.en.yml devise.it.yml.
, , .
, :
I18n.locale = :it
I18n.locale = :en
, :
I18n.locale = I18n.default_locale
, ,