Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the culture string of a reference. Read-only.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
ReadOnly Property Culture As String
'Usage
Dim instance As Reference2
Dim value As String
value = instance.Culture
string Culture { get; }
property String^ Culture {
String^ get ();
}
function get Culture () : String
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
Remarks
Culture information includes language and calendar specifications. For information about valid strings, see CultureInfo.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.