All classes/modules that include GLoc will also gain these class methods. Notice that the GLoc::InstanceMethods module is also included.
Returns the current language, or if not set, returns the GLoc current language.
[Source]
# File lib/gloc.rb, line 89 89: def current_language 90: @gloc_language || GLoc.current_language 91: end
[Validate]