instance method
localize
Ruby on Rails 5.2.8.1
Since v2.2.3Signature
localize(*args)
Delegates to I18n.localize with no additional functionality.
See rubydoc.info/github/svenfuchs/i18n/master/I18n/Backend/Base:localize for more information.
Parameters
-
argsrest
Source
# File actionview/lib/action_view/helpers/translation_helper.rb, line 126
def localize(*args)
I18n.localize(*args)
end
Defined in actionview/lib/action_view/helpers/translation_helper.rb line 126
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::TranslationHelper