IVCWizCtlUI.GetInstalledLangs Method

Definition

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

public:
 System::String ^ GetInstalledLangs();
public:
 Platform::String ^ GetInstalledLangs();
std::wstring GetInstalledLangs();
[System.Runtime.InteropServices.DispId(1610743879)]
public string GetInstalledLangs ();
[<System.Runtime.InteropServices.DispId(1610743879)>]
abstract member GetInstalledLangs : unit -> string
Public Function GetInstalledLangs () As String

Returns

A string containing the installed languages identified by their number.

Attributes

Remarks

For example, 1033 represents English.

Applies to