Kimono.KLocale.Country C# (CSharp) 메소드

Country() 공개 메소드

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
리턴 string
        public string Country()
        {
            return (string) interceptor.Invoke("country", "country() const", typeof(string));
        }