Here I have problem in Customer portal.when i am logging as any other language like japanese,italian,german,etc..in that 3 or 4 pages uses the pagination code..in that word"page" is not translated as logging language....
here is the snapshot of the problem.....
and now here is the code for the pagination from the controller
So here What can i do to translate rounded marked "page" word as per the selected language in customer portal....
SO please give me suggestion to solve this type of problem...
Attribution to: Vivek113
Possible Suggestion/Solution #1
If you have created your own table on custom page then, You can solve this problem by creating Labels in your org (YourName -> setup -> create-->Custom Labels). These Custom labels can be transled in other language and Can be used on Visual force Page by user {!$Label.YOUR_Lable_Name}. Using Label is a best practice.
Below link helps you https://help.salesforce.com/apex/HTViewHelpDoc?id=cl_translate_edit.htm&language=en_US
Attribution to: D-Horse
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/30156