Reference3::Culture Property
Visual Studio 2015
Gets the culture string of a reference.
Assembly: VSLangProj80 (in VSLangProj80.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 referenced. For example, "0" for multilanguage or "409" for English - United States. |
Implements
Reference2::CultureCulture information includes language and calendar specifications. For information about valid strings, see CultureInfo.
This example displays the culture value of each reference in an open Visual Basic or Visual C# project. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples. For an additional example, see Reference3.
Show: