How to set otherlang.yml as default for my ROR application

Hi ,

I am working on Internationalization . I have the otherlanguagefile.yml
file for all the locales . By default my application takes en.yml . How
could i set otherlanguagefile.yml as default.

Read section “2.3 Setting and Passing the Locale” here:

also you can check out

Justin

Justin MacCarthy wrote:

Read section “2.3 Setting and Passing the Locale” here:
Rails Internationalization (I18n) API — Ruby on Rails Guides

also you can check out
#138 I18n - RailsCasts

Justin

Thanks . .Fixed it by changing in environment.rb file.