<% tag ||= :div %> <% css_class ||= "" %> <% show_name ||= false %> <% show_arrow ||= false %> <%# if CONFIG[:allow_locale_change] %> <% if system_locales.count > 1 %> <%= content_tag tag, class: "dropdown #{css_class}" do %> <%= flag() %> <%#= t("language", locale: I18n.locale.to_s) if show_name %> <%= get_system_locales.where(iso_code: I18n.locale.to_s).any? ? get_system_locales.where(iso_code: I18n.locale.to_s).first.natural_name : t("language", locale: I18n.locale.to_s) if show_name %> <%= raw('') if show_arrow %> <% end %> <% end %>