asp.net.ph

CultureInfo.IsNeutralCulture Property

System.Globalization Namespace   CultureInfo Class


Gets a value indicating whether the current CultureInfo represents a neutral culture.

[ VB ]
Overridable Public ReadOnly Property IsNeutralCulture As Boolean

[ C# ]
public virtual bool IsNeutralCulture {get;}

[ C++ ]
public: __property virtual bool get_IsNeutralCulture ( );

[ JScript ]
function get IsNeutralCulture ( ) : Boolean;

Property Value

true if the current CultureInfo represents a neutral culture; otherwise, false.

Remarks

A neutral culture is a culture that is associated with a language but not with a country/region. A specific culture is a culture that is associated with a language and a country/region. For example, "fr" is a neutral culture and "fr-FR" is a specific culture. Note that "zh-CHS" ( Simplified Chinese ) and "zh-CHT" ( Traditional Chinese ) are neutral cultures.

If this property returns false, the culture is either a specific culture or the invariant culture.

See Also

CultureInfo Members   InvariantCulture Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph