메소드 | 설명 | |
---|---|---|
CreateNCldrCultureAndRegionInfoBuilder ( string cldrCultureName, string dotNetCultureName ) : System.Globalization.CultureAndRegionInfoBuilder |
Creates a CultureAndRegionInfoBuilder object for the NCLDR culture
|
|
Register ( string cldrCultureName, string dotNetCultureName ) : void |
Registers the NCLDR culture
|
메소드 | 설명 | |
---|---|---|
CreateDateTimeFormatInfo ( Culture culture ) : |
CreateDateTimeFormatInfo creates a .NET DateTimeFormatInfo for the CLDR Culture
|
|
CreateNumberFormatInfo ( Culture culture ) : |
CreateNumberFormatInfo creates a .NET NumberFormatInfo for the CLDR Culture
|
|
GetAvailableCalendars ( Culture culture ) : System.Globalization.Calendar[] |
GetAvailableCalendars gets an array of .NET calendars available to the Culture The list is filtered to include only those .NET Calendars that can be used with custom cultures |
|
GetCalendar ( Types calendar ) : |
GetCalendar returns a .NET Calendar equivalent to a CLDR Calendar
|
|
GetParentCultureInfo ( Culture culture ) : |
GetParentCultureInfo gets the .NET CultureInfo parent of the NCLDR culture
|
public static CreateNCldrCultureAndRegionInfoBuilder ( string cldrCultureName, string dotNetCultureName ) : System.Globalization.CultureAndRegionInfoBuilder | ||
cldrCultureName | string | The name of the CLDR culture from which to create the .NET culture |
dotNetCultureName | string | The name of the .NET custom culture to create |
리턴 | System.Globalization.CultureAndRegionInfoBuilder |
public static Register ( string cldrCultureName, string dotNetCultureName ) : void | ||
cldrCultureName | string | The name of the CLDR culture from which to create the .NET culture |
dotNetCultureName | string | The name of the .NET custom culture to create |
리턴 | void |