Property | Type | Description | |
---|---|---|---|
m_langProps | Uri | ||
m_strProps | Uri |
Method | Description | |
---|---|---|
@typeof ( ) : Type | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
country ( ) : string | ||
cur ( ) : Locale | ||
dec ( ) : |
||
dotnet ( ) : |
||
fromStr ( string s ) : Locale | ||
fromStr ( string s, bool check ) : Locale | ||
hash ( ) : long | ||
lang ( ) : string | ||
setCur ( Locale locale ) : void | ||
toStr ( ) : string | ||
use ( |
Method | Description | |
---|---|---|
Locale ( ) : System | ||
Locale ( string str, string lang, string country ) : System | ||
monthByName ( string name ) : |
public static fromStr ( string s, bool check ) : Locale | ||
s | string | |
check | bool | |
return | Locale |
public static setCur ( Locale locale ) : void | ||
locale | Locale | |
return | void |