get_country_from_code


Description:

[ 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.

Parameters:

code

an ISO 3166 code string

translation

a locale string

Returns:

the country name. Caller takes ownership.


Namespace: Gnome.Languages