Name | Description | |
---|---|---|
Contains | Determines if a given country or region is associated with another specified country or region. | |
Exists | Indicates if a given set of Geo-locations covers a item queries | |
Expand | Expands the specified array of locations, converting any regions within the array into their constituent countries, and returns a comprehensive array of individual GeoLocation values. | |
GetCountryName | Overloaded. Retrieves the en-US name of the country associated with the specified GeoLocation value. | |
GetInternationalCountryName | Overloaded. 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 | |
GetLanguage | Attempts to determine the primary language associated with the culture represented by the provided System.Globalization.CultureInfo object. | |
GetLocation | Retrieves the geographic location associated with a specified System.Globalization.CultureInfo object, utilizing its two-letter ISO language name. | |
GetTwoLetterIsoCountryCode | Retrieves the two-letter ISO country code associated with the specified GeoLocation. |