This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

MSFT_CWASupportedLanguage

MSFT_CWASupportedLanguage

Specifies the language that is supported by a Communicator Web Access (CWA) server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_CWASupportedLanguage
{
  boolean Enabled;
  string FriendlyName;
  [key] uint32 LanguageID;
  string LanguageTag;
};

Methods

This class does not define any methods.

Properties

The MSFT_CWASupportedLanguage class has the following properties.

  • Enabled
    Data type: boolean

    Access type: Read/Write

    Required. Indicates whether users can use the specified language when accessing CWA services. If true, then users can use the specified language.

    The default value is true.

  • FriendlyName
    Data type: string

    Access type: Read/Write

    Required. A friendly name for the supported language.

    The maximum length of the string is 256 characters.

    The default value is English.

  • LanguageID
    Data type: [key] uint32

    Access type: Read/Write

    Required. The National Language Support (NLS) Locale ID (LCID) value that corresponds to the language that is supported by the CWA server.

    LCID values are four-character hexadecimal values. Leading zeros do not need to be included as part of the LanguageID value. For example, the CWA server recognizes the LanguageID value 9 as equivalent to the LCID value 0009 (English). Use only the values that correspond to the languages that CWA server is designed to support. See the NLS Information Page for a list of LCID values.

    The default value is 9.

  • LanguageTag
    Data type: string

    Access type: Read/Write

    Required. The NLS culture name value that corresponds to the language that is supported by the CWA server.

    For example, the culture name for English (LCID 0009) is en. Use only the values that correspond to the languages that CWA server is designed to support. See the NLS Information Page for a list of culture names.

    The default value is EN.

Remarks

This class gets and sets information at the following level(s): WMI.

Culture identifiers and names are predefined in the .NET Framework CultureInfo class.

Instances of this class support the following interface methods:

Provider::DeleteInstance(); Provider::EnumerateInstances(); Provider::GetObject(); Provider::PutInstance();

Where PutInstance() supports the following flag(s):

WBEM_FLAG_CREATE_ONLY WBEM_FLAG_UPDATE_ONLY WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Communicator Web Access Server.Namespace: Defined in \root\cimv2.

Reference

[<LinkCreatedDuringXmlConversion>]

Concepts

Office Communications Server WMI Reference