Skip to main content
We need to roll out salesforce 2 3 Asia colleagues that need simplified Chinese, we have heavy customization, we use CPQ we integrate with D&B for the enrichment and we have some visual force and apex code.

 

What considerations and Gaps are there if we needed to translate the entire interface to Chinese through the workbench?  I know State and Country picklists is one restriction but what else should I be aware of?
1 个回答
  1. 2020年3月17日 21:24
    Hi Karen,

     

    If you have a lot of customizations you should determine if those are using custom labels instead of hardcoded text to show information, since custom labels can be translated.

     

    https://help.salesforce.com/articleView?id=cl_about.htm&type=5&sfdcIFrameOrigin=null

     

    Also you may need to leverage the Localization functionality from CPQ to translate some data for the asian users

     

    https://help.salesforce.com/articleView?id=cpq_localization_concept.htm&type=5&sfdcIFrameOrigin=null

     

    Also for visualforce make sure you're not loading resources remotely from CDNs (use static resources instead) since particularly for some asian countries many popular CDNs are blocked.

     

     
0/9000