public static interface ClientLocation.CountryDetails
Modifier and Type | Method and Description |
---|---|
String |
getCountry()
Returns the country code for the country where the Internet address
was allocated (or example, NZ for New Zealand).
|
String |
getLanguage()
Returns the country code for the official language of the country
where the Internet address was allocated (for example, en for
English).
|
String getCountry()
Country codes are as defined by Locale
.
String getLanguage()
Language codes are as defined by Locale
.
Copyright © 2020 Push Technology Ltd. All Rights Reserved.