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:
http://guides.rubyonrails.org/i18n.html

also you can check out
http://railscasts.com/episodes/138-i18n

Justin

Justin MacCarthy wrote:

Read section “2.3 Setting and Passing the Locale” here:
http://guides.rubyonrails.org/i18n.html

also you can check out
http://railscasts.com/episodes/138-i18n

Justin

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