Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can configure a Unified Messaging (UM) dial plan with a default language. Each dial plan and auto attendant you create will use English (en-US) as the default language. The English (en-US) language pack is installed by default on all versions of Microsoft Exchange Server 2010 and can't be removed.

If you want to select another language, such as German (de-DE), you must first download the German UM language pack .exe file from Exchange Server 2010 SP2 UM Language Packs and install the UM language pack on the UM server using the executable (UMLanguagePack.de-de.exe) installation file. After you've installed the UM language pack, you can set the default language to a language other than English (en-US) on UM dial plans and UM auto attendants.

Looking for other management tasks related to UM dial plans? Check out Managing UM Dial Plans.

Prerequisites

A UM dial plan has been created. For detailed steps, see Create a UM Dial Plan.

Use the EMC to configure the default language on a UM dial plan

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM dial plans" entry in the Unified Messaging Permissions topic.

  1. In the console tree, navigate to Organization Configuration > Unified Messaging.

  2. In the work pane, on the UM Dial Plans tab, select the UM dial plan you want to modify.

  3. In the action pane, click Properties.

  4. On the dial plan Properties page, click the Settings tab.

  5. On the Settings tab, in the Language Settings section, in the Default language option list, select the language you want to use.

  6. Click OK to accept your changes.

Use the Shell to configure the default language on a UM dial plan

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM dial plans" entry in the Unified Messaging Permissions topic.

This example sets the default language on a UM dial plan named MyUMDialPlan to German.

Copy Code
Set-UMDialPlan -Identity MyUMDialPlan -DefaultLanguage de-DE

This example sets the default language on a UM dial plan named MyUMDialPlan to Japanese.

Copy Code
Set-UMDialPlan -Identity MyUMDialPlan -DefaultLanguage ja-JP

This example sets the default language on a UM dial plan named MyUMDialPlan to Australian English.

Copy Code
Set-UMDialPlan -Identity MyUMDialPlan -DefaultLanguage en-AU

For more information about syntax and parameters, see Set-UMDialplan.

Other Tasks