CultureInfo: Name (get)

Name

Returns the name of the culture.



 Public Property Get Name ( ) As String

Return Values

String -  The name of the culture.

Remarks

The culture name follows the RFC 1766 standard in that there are 2 parts. A 2 letter culture and 2 letter region: en-US = English (United States)

Read Only.

See Also

Project VBCorLib Overview Class CultureInfo Overview CultureInfo Properties CultureInfo Methods LCID (get) NativeName (get)