Kimono.KLocale.Country C# (CSharp) Méthode

Country() public méthode

Returns the country code of the country where the user lives. defaultCountry() is returned by default, if no other available. Use countryCodeToName(country) to get human readable, localized country names.
public Country ( ) : string
Résultat string
        public string Country()
        {
            return (string) interceptor.Invoke("country", "country() const", typeof(string));
        }