Reference2::Culture Property
Visual Studio 2015
Gets the culture string of a reference. Read-only.
Assembly: VSLangProj2 (in VSLangProj2.dll)
Property Value
Type: System::String^The return value depends on the reference type.
Reference Type | Value Returned |
|---|---|
Assembly | Culture string. For example, "EN-US" for English - United States. |
COM | Locale ID. The string is the hex locale ID of the type library being reference. For example, "0" for multilanguage or "409" for English - United States. |
Implements
Reference::CultureCulture information includes language and calendar specifications. For information about valid strings, see CultureInfo.
Show: