Kimono.KLocale.DefaultCountry C# (CSharp) Method

DefaultCountry() public static method

Returns the name of the default country.
public static DefaultCountry ( ) : string
return string
        public static string DefaultCountry()
        {
            return (string) staticInterceptor.Invoke("defaultCountry", "defaultCountry()", typeof(string));
        }