Applies to: Exchange Server 2013

Topic Last Modified: 2013-02-22

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

If you want to select another language as the default language, for example, German (de-DE), you must first download the German UM language pack .exe file from Exchange Server 2013 UM Language Packs and install that language pack on the Mailbox server by using the UMLanguagePack.de-de.exe installation file. After you've installed the language pack, you can set the default language to a language other than English (en-US) on your UM dial plans.

For additional tasks related to UM languages, see UM Languages, Prompts, and Greetings Procedures.

What do you need to know before you begin?

  • Estimated time to complete: Less than 1 minute.

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

  • Before you perform these procedures, confirm that a UM dial plan has been created. For detailed steps, see Create a UM Dial Plan.

  • For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard Shortcuts in the Exchange Admin Center.

Tip:
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection.

What do you want to do?

Use the EAC to set the default language on a UM dial plan

  1. In the EAC, navigate to Unified Messaging > UM dial plans.

  2. In the list view, select the UM dial plan that you want to modify, and then, on the toolbar, click Edit Edit Icon.

  3. On the UM dial plan page, click Configure.

  4. On the Settings page, under Audio language, select the language you want to set from the drop-down list.

  5. Click Save to accept your changes.

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

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