Topic Last Modified: 2010-10-01

Returns information about the culture (that is, the language and regional settings) used by the Lync Server Management Shell.

Syntax

Get-CsUICulture

Parameters

Parameter Required Type Description

Verbose

Reports detailed activity to the screen as the cmdlet runs.

Detailed Description

Although Microsoft Lync Server 2010 is available in multiple languages, the software is not a true MUI (multilingual user interface) application. Among other things, this means that the user interface for the Lync Server Management Shell does not change languages any time you change the operating system language. For example, suppose you have installed the U.S. English version of Lync Server 2010 and are also running the Windows operating system under U.S. English. If you change the operating system culture (that is, the language and regional settings) to Danish, the Lync Server Management Shell will not automatically follow suit; instead, the Lync Server Management Shell user interface (including error messages and help text) will remain in U.S. English. If you need to change the culture for the Lync Server Management Shell, you must run the Set-CsUICulture cmdlet.

The Get-CsUICulture cmdlet provides a way for you to determine the culture currently used in the Lync Server Management Shell.

Who can run this cmdlet: By default, members of the following groups are authorized to run the Get-CsUICulture cmdlet locally: RTCUniversalUserAdmins, RTCUniversalServerAdmins, RTCUniversalReadOnlyAdmins.

Input Types

None. Get-CsUICulture does not accept pipelined input.

Return Types

Get-CsUICulture returns instances of the System.Globalization.CultureInfo class.

Example

-------------------------- Example 1 ------------------------

Copy Code
Get-CsUICulture

The command shown in Example 1 returns basic information about the culture currently in use by the Lync Server Management Shell.

See Also

Other Resources

Set-CsUICulture