Kimono.KLocale.DefaultCountry C# (CSharp) Метод

DefaultCountry() публичный статический Метод

Returns the name of the default country.
public static DefaultCountry ( ) : string
Результат string
        public static string DefaultCountry()
        {
            return (string) staticInterceptor.Invoke("defaultCountry", "defaultCountry()", typeof(string));
        }