Click or drag to resize
CultureInfoToString Method
Returns a string containing the name of the current CultureInfo in the format "languagecode2-country/regioncode2".

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string containing the name of the current CultureInfo.
See Also