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));
        }