Freigeben über


VCWizCtlClass.GetInstalledLangs Method

Definition

Gets the language locale IDs from the wizard's templates directory, indicating which language resources are available.

public:
 virtual System::String ^ GetInstalledLangs() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetInstalledLangs;
public:
 virtual Platform::String ^ GetInstalledLangs() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetInstalledLangs;
 virtual std::wstring GetInstalledLangs();
[System.Runtime.InteropServices.DispId(1610743879)]
public virtual string GetInstalledLangs ();
[<System.Runtime.InteropServices.DispId(1610743879)>]
abstract member GetInstalledLangs : unit -> string
override this.GetInstalledLangs : unit -> string
Public Overridable Function GetInstalledLangs () As String

Returns

A string containing the installed languages identified by their number.

Implements

Attributes

Remarks

For example, 1033 represents English.

Applies to