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
developer-forcedeveloper-force 

internationalization i18N in Visualforce pages

Hi

How can I use internationalization i18N in Visualforce pages similar to Resource Bundles in Java?

For example if I am using <apex:outPutText value="Hello World" /> component. I want Hello World to be displayed in other languages.

Thanks and Regards
SebasSebas
maybe this post will help you :smileyhappy:
David VPDavid VP
Check out 'Custom Labels' in the winter09 release (sign op for the prerelease or if you have access to a sandbox environment on the cs0 or cs2 servers, these are already on winter09).

This is comparable to resource bundles in Java.

To know when winter09 comes available to you, go see :
http://trust.salesforce.com/trust/status/#maint


rgds,


David

developer-forcedeveloper-force
Thanks will look at winter 09 release.