Overload | Description |
---|---|
GetInternationalCountryName(Nullable<GeoLocation>) | Retrieves the localized name of the country associated with the specified GeoLocation value, based on the current UI culture of the system thread. if the location is null "UnKnown" is returned |
GetInternationalCountryName(GeoLocation) | Retrieves the localized name of the country associated with the specified GeoLocation value, based on the current UI culture of the system thread. |
GetInternationalCountryName(Nullable<GeoLocation>,CultureInfo) | Retrieves the name of the country associated with the specified GeoLocation value, localized according to the provided System.Globalization.CultureInfo. |
GetInternationalCountryName(GeoLocation,CultureInfo) | Gets the name of the international country. |
GetInternationalCountryName(GeoLocation,GeoLocation) | Gets the name of the international country. |
GetInternationalCountryName(Nullable<GeoLocation>,String) | Gets the name of the international country. |
GetInternationalCountryName(GeoLocation,String) | Gets the name of the international country. |