= LocalizedCountrySelect Rails plugin to provide support for localized ... Show only country codes: <%= localized_country_select(:user, :country, [], {include_blank: 'Please choose...', description: :abbreviated}) %> will become: for the en locale. You can exclude countries by code using the exclude option (a single code or an array of country codes): localized_country_select(:user, :country, [], {exclude: [:ZZ, :US]}) == Formtastic and SimpleForm Gem supports (via alias_method) both formtastic and simple_form :country input == Other resources * http://github.com/rails/country_select (Default Rails plugin) * http://github.com/russ/country_code_select (Stores country code, not name) Copyright (c) 2008 Karel Minarik (www.karmi.cz), released under the MIT license