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 个回答
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.