get_IsNeutralCulture()

CultureInfo::get_IsNeutralCulture() const method

Checks whether the culture is neutral.

virtual bool System::Globalization::CultureInfo::get_IsNeutralCulture() const

Return Value

False if culture is associated with language but not with country or region, false otherwise.

See Also