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
Ghanshyam BhattGhanshyam Bhatt 

Privacy Policy and Terms/Conditions How to do i18n or l10n for Customer Portal

Hello Members,

 

I have a customer portal in which i have the Privacy policy and Terms & Condition of my client fro whom i am developing the solution. Can any body tell me how i can internationalize that text to some other language as i change language of my portal.

 

The Text is very lengthly as it is not wise to save in Custom Labels.

 

Any other Solution approach.

 

Thanks in Advance.

 

Ghanshyam Bhatt

Bhawani SharmaBhawani Sharma
If custom label can't help, then you can do following.
Create a custom object and create a long text area field and a language dropdown in it. Create separate record for each language like 1 for english, 1 for french..etc.

When displaying this on UI, first check user's language and query appropriate data from custom object and display it.
Ghanshyam BhattGhanshyam Bhatt

Thanks Dear.

 

So i want to know your opinion that Salesforce donot provide any inbuilt support for it. We need to create our own infrastructure for it.

 

Thanks

Ghanshyam 

Bhawani SharmaBhawani Sharma
Yes, no inbuilt support. You will have to create your own handler :).
Ghanshyam BhattGhanshyam Bhatt

Thank you friend.

 

Bhawani SharmaBhawani Sharma
Please mark this resolved if this help you, it will help others. Also you can hit kudos link, I won't mind :)