class ISO3166::Country
def common_name
-
(String)
- the “common name” of this Country in English.
def common_name ISO3166.configuration.locales = ISO3166.configuration.locales.append(:en).uniq translation('en') end
(String)
- the “common name” of this Country in English.
def common_name ISO3166.configuration.locales = ISO3166.configuration.locales.append(:en).uniq translation('en') end