Hi,
I want to develop an application that can work in 2 languages - English and French, I went through the documentation and other resources but it is not very clear how to go about it. Can someone kindly provide a step by step document or a resource if you have any (As in which files/plugins to download, where to store them, what changes are to be made in the appian objects and how to run the site finally). I understand some of the earlier plug ins used for this has been discontinued as well. It will be of great help.
Thanks in advance
Swetha
Discussion posts and replies are publicly visible
At the very minimum, you need the Load Resource Bundle plugin:
Additionally to facilitate the management of labels you can also install the Internationalization Application to manage labels in the DB rather than using files:
You can also check out this playbook article for more details: application internationalization for additional details.
Hi Mathieu Drouin
Thank you for your reply. I have downloaded the Load resource bundle plugin and the bundle management plugin. I shall install the plugins and how to work after that?. The internationalization application that you have mentioned needs a translation for every label which can be time and resource consuming since we are foreseeing a big HRMS application with all modules. So the internationalization application plugin will still need the resource bundle is it?. Can you please make the steps more clear. Hope you understand.
Thank you
The Load Resource Bundle plugin works with resource files in a key=value format. You must maintain a file for each language you want to support. No way around this.
The Internationalization Application is an application that requires the Load Resource Bundle plugin to work. It basically allows you to create keys and manage labels from an application rather than having to deal with the resource files themselves.
There is also this application to automatically translate applications that you can try: https://community.appian.com/b/appmarket/posts/application-translator.
Hi Mathieu Drouin,
Thank you for guiding and I also found out that that is the only way. In case I want to store the dynamic text( egs: user's comments) in 2 languages in my DB, how can I do it?. Google translation services is one way I think. Is there any other free way with inbuilt objects or plugins that I can use?. Please let me know if you have an idea on this? Thank you
Thank you for the link, you made my day.