C# Class NCldr.Types.CultureData

Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Public Methods

Method Description
GetCulture ( string cultureName ) : CultureData

Gets a CultureData for the given culture name

Method Details

GetCulture() public static method

Gets a CultureData for the given culture name
public static GetCulture ( string cultureName ) : CultureData
cultureName string The name of the culture to get the CultureData for
return CultureData