public static string GetInternationalCountryName( GeoLocation location )
Parameters
- location
- The geographic location enum value for which to obtain the localized country name. Can be null.
Return Value
A string containing the country name localized according to the current UI culture's two-letter ISO language name. If the location is null or does not correspond to a recognized country, or if localization for the UI culture is not available, a default or English name may be returned, depending on implementation.