public static string GetInternationalCountryName( Nullable<GeoLocation> location, CultureInfo culture )
Parameters
- location
- The geographic location for which to obtain the localized country name. Can be null, in which case a default or fallback name may be returned.
- culture
- The System.Globalization.CultureInfo object representing the culture according to which the country name should be localized. Cannot be null.
Return Value
A string containing the country name localized to the language and cultural norms of the specified culture. If the location is null or does not correspond to a recognized country, or if localization for the specified culture is not available, a default or English name may be returned, depending on implementation.