class ISO3166::Country

def local_name

Returns:
  • (String) - The name for this Country, in this Country's locale.
def local_name
  @local_name ||= local_names.first
end