[ CCode ( cname = "gnome_get_country_from_code" ) ]
[ Version ( since = "3.8" ) ]
public string get_country_from_code (string code, string? translation)
Gets the country name for code.
If translation is provided the returned string is translated accordingly.
| code |
an ISO 3166 code string |
| translation |
a locale string |
|
the country name. Caller takes ownership. |