System.Globalization Namespace CultureInfo Class
Gets the TextInfo that defines the writing system associated with the culture.
[ VB ]
Overridable Public ReadOnly Property TextInfo As TextInfo
[ C# ]
public virtual TextInfo TextInfo {get;}
[ C++ ]
public: __property virtual TextInfo* get_TextInfo ( );
[ JScript ]
function get TextInfo ( ) : TextInfo;
The TextInfo that defines the writing system associated with the culture.
The TextInfo property provides culture-specific casing information for strings.
The user might choose to override some of the values associated with the current culture of Windows through Regional and Language Options ( or Regional Options or Regional Settings ) in Control Panel. For example, the user might choose to display the date in a different format or to use a currency other than the default for the culture. If the UseUserOverride property is set to true, the properties of the DateTimeFormat instance, the NumberFormat instance, and the TextInfo instance are also retrieved from the user settings. If the user settings are incompatible with the culture associated with the CultureInfo ( for example, if the selected calendar is not one of the OptionalCalendars ), the results of the methods and the values of the properties are undefined.
CultureInfo Members TextInfo