Reference3::Culture Property

 

Gets the culture string of a reference.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

property String^ Culture {
	String^ get();
}

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.

Culture 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.

No code example is currently available or this language may not be supported.
Return to top
Show: