Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<div class="field-unit__label">
  <%= f.label 'Language' %>
</div>
<div class="field-unit__field">
  <%= f.select(field.permitted_attribute, nil) do %>
    <%= options_for_select(field.associated_resource_options, field.selected_option) %>
  <% end %>
  <div style="margin-top:5px;">
    The language is used in the codes "Translate" view as the target language for translations.
  </div>
</div>