You need to sign in to do that
Don't have an account?

Multi-language customer portal
I have a customer portal that I need some text to display in whatever language the User is using. A couple of languages we need to support are not supported by Salesforce at all.
Bengali
Haitian Creole
Is this doable? If so... where do I begin?
That could work. I actually came up with a solution that worked for me. I added a language field to Contacts since customer portal users are associated to a Contact. I also copy/pasted the text from multiple languages directly into a field in Salesforce. Depending on the language on the Contact Object, I can change what language displays to the user.
Thanks for the idea though.
All Answers
Hi,
You cannot use the language which salesforce does not support. But you can do one thing. You can create a VF Page and use the Google Api in that page to change the language.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
That could work. I actually came up with a solution that worked for me. I added a language field to Contacts since customer portal users are associated to a Contact. I also copy/pasted the text from multiple languages directly into a field in Salesforce. Depending on the language on the Contact Object, I can change what language displays to the user.
Thanks for the idea though.