customize the enable mailbox welcome message to suit different languages requirement
Hi,
Can we customize the enable mailbox welcome message to suit different languages requirement?
For example:
1. The user at China will receive Chinese version of the welcome message.
2. The user at US will receive English version.
Thank you.
My suggestion would be as follows
1. Create a welcome message in each language you need, call it welcomeMessage_en.msg, welcomeMessage_cn.msg, welcomeMessage_fr.msg etc
2. Create seperate provisioning groups for each type of language, such as "Managers - China" "Managers - US" etc so that it provisions based on the geographic locations (maybe using LDAP queries etc)
3. Then edit the SQL tables and change the MSG names so the provisioning group that is for the US opens welcomeMessage_en.msg and the Chinese open welcomeMessage_cn.msg etc