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