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.
Specifies a preferred language for the COMPlus library, overriding the default algorithm for determining the display language.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub GetPreferredLanguage ( _
    <OutAttribute> ByRef pLanguage As UInteger _
)
void GetPreferredLanguage(
    out uint pLanguage
)
void GetPreferredLanguage(
    [OutAttribute] unsigned int% pLanguage
)
abstract GetPreferredLanguage : 
        pLanguage:uint32 byref -> unit
function GetPreferredLanguage(
    pLanguage : uint
)
Parameters
- pLanguage 
 Type: UInt32%- [out] The preferred language for the COMPlus library. 
.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.