What's new? | Help | Directory | Sign in
Google
xres
Some Rails plugins.
  
  
  
  
    
Search
for
Updated Feb 14, 2008 by tekmon
Labels: ActiveCulture
Configuration  

Setting the culture for current thread explicitly

ActiveCulture::Culture.current = :de_DE

Setting the default culture to use for threads that don't have explicit one set

ActiveCulture::Culture.default = :de_DE

Getting the effective culture for current thread

ActiveCulture::Culture.active


Sign in to add a comment