|
|
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
