You are here: Browse Railsplugins Activescaffoldlocalize
ActiveScaffoldLocalize plugin by Ed Moss
This is a simple localization of ActiveScaffold.
In your application.rb do the following:
append_before_filter :localize
def localize
ActiveScaffold::Localization.lang = session[:locale_code]
end
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly