function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
p999_dfsp999_dfs 

Custom Help Pages in different languages.

We are looking for ways to create the help pages for our application which can support diffenrent languages with double byte charaters as well.

 

We want to know what is the best way so we can display the help pages in different languages.

 

Please let me know with any possible examples.

 

Message Edited by p999_dfs on 02-28-2010 10:16 PM
Pradeep_NavatarPradeep_Navatar

You can use Custom labels and can display the Custom labels in the custom help page (help page should be VF page). Don’t forget to enable Translation Workbench so that the custom labels will be translated into any of the languages salesforce.com supports. Check this link for more information https://na7.salesforce.com/help/doc/user_ed.jsp?loc=help&target=cl_about.htm&section=Custom_Labels

 

Hope this helps.