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
)
Public Shared Function GetOperatingSystemLanguage (
computer As String,
scope As ManagementScope,
languageId As Integer
) As String
public:
static String^ GetOperatingSystemLanguage(
String^ computer,
ManagementScope^ scope,
int languageId
)
static member GetOperatingSystemLanguage :
computer : string *
scope : ManagementScope *
languageId : int -> string
Parameters
- computer
- Type: SystemString
The computer name. - scope
- Type: System.ManagementManagementScope
The management scope. - languageId
- Type: SystemInt32
The language id.
Return Value
Type:
StringSee Also