Click or drag to resize

OperatingSystemOperationGetOperatingSystemLanguage Method

Translates the OS language from the provided ID.

Namespace:  Xcalibur.WMI.OperatingSystem
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static string GetOperatingSystemLanguage(
	string computer,
	ManagementScope scope,
	int languageId
)

Parameters

computer
Type: SystemString
The computer name.
scope
Type: System.ManagementManagementScope
The management scope.
languageId
Type: SystemInt32
The language id.

Return Value

Type: String
See Also