Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Exchange Server 2013, Exchange Server 2016
You can configure the default prompt language setting on a Unified Messaging (UM) auto attendant. The language setting available on a UM auto attendant enables you to configure the default prompt language on the auto attendant. When you're using the default system prompts for the auto attendant, this is the language that the caller hears when the auto attendant answers the incoming call. This language setting affects only the default system prompts that are provided after you have installed the Mailbox server that is running the Microsoft Exchange Unified Messaging service. This setting doesn't affect custom prompts that are configured on an auto attendant. The languages that are available are based on the Unified Messaging language packs that are installed on the Mailbox server.
Each auto attendant you create will initially use English (en-US) as the default language. The English (en-US) language pack is installed by default on all versions of Microsoft Exchange 2013 and can't be removed. If you want to select another 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 the UM language pack on the Mailbox server by using the 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 auto attendants.
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 auto attendants" 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.
Before you perform these procedures, confirm that a UM auto attendant has been created. For detailed steps, see Create a UM auto attendant.
For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts for the Exchange admin center in Exchange 2013.
Tip
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.
Use the EAC to configure the default language setting
In the EAC, navigate to Unified Messaging > UM dial plans.
In the list view, select the UM dial plan you want to modify, and then on the toolbar, click Edit
.
On the UM dial plan page, under UM Auto Attendants, select the UM auto attendant you want to change, and then click Edit
.
On the General page, under Language for automated voice interface, select the required language from the drop-down list.
Click Save to accept your changes.
Use the Shell to configure the default language setting
This example sets the default language on the UM auto attendant MyUMAutoAttendant
to English (Great Britain).
Set-UMAutoAttendant -Identity MyUMAutoAttendant -Language en-GB
This example sets the default language on the UM auto attendant MyUMAutoAttendant
to German.
Set-UMAutoAttendant -Identity MyUMAutoAttendant -Language de-DE