Method | Description | |
---|---|---|
CultureToName ( |
||
GetConventionsTable ( ) : PythonDictionary | ||
GetLocale ( CodeContext context, int category ) : string | ||
LocaleInfo ( IronPython.Runtime.PythonContext context ) : System | ||
SetLocale ( CodeContext context, int category, string locale ) : string | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateConventionsDict ( ) : void |
Popupates the given directory w/ the locale information from the given CultureInfo.
|
|
GroupsToList ( int groups ) : List | ||
LocaleToCulture ( CodeContext context, string locale ) : |
public CultureToName ( |
||
culture | ||
return | string |
public GetConventionsTable ( ) : PythonDictionary | ||
return | PythonDictionary |
public GetLocale ( CodeContext context, int category ) : string | ||
context | CodeContext | |
category | int | |
return | string |
public LocaleInfo ( IronPython.Runtime.PythonContext context ) : System | ||
context | IronPython.Runtime.PythonContext | |
return | System |
public SetLocale ( CodeContext context, int category, string locale ) : string | ||
context | CodeContext | |
category | int | |
locale | string | |
return | string |