class Lato::ApplicationController
def set_default_locale
This method set the default locale for the application.
def set_default_locale I18n.locale = (@session.valid? ? @session.user&.locale : nil) || cookies[:lato_locale] || I18n.default_locale end