Skip to main content
saifalik8679
Known Participant
February 1, 2022
Question

French Language Support on Interface

  • February 1, 2022
  • 2 replies
  • 0 views

Hi Appian Devs
I need to provide French language support for my entire application interfaces. 
I got to know about internationalization support in appian, but I am not able to figure out how to implement it specifically.
Can you please guide me through it?



Regards
Saif

2 replies

gopalk2865
Participating Frequently
February 1, 2022

Hi Saif,

The process i know is below,

You would need to use plugin "Load Resource Bundle" and then you would need to create a properties file which will have key pair values of labels and headers. then  based on loggedIn User locale , you would need to design your interfaces and call load bundle function which extract the translated labels. you can get more info about plugin from this link:https://community.appian.com/b/appmarket/posts/load-resource-bundle 

saifalik8679
Known Participant
February 1, 2022

Thanks [mention:8b930cc189ea4ddf8fcb9c275d619049:e9ed411860ed4f2ba0265705b8793d05] for the right direction.