Skip to main content
March 16, 2021
Question

French Language On Interface

  • March 16, 2021
  • 3 replies
  • 0 views

Hi All,

I have a requirement where I have to display all the UI label in French or English based on user selection.

Can anyone suggest how this can be implemented.

Thanks n Regards,

Ankita Singh

    3 replies

    March 17, 2021

    This has come up in past discussions. The usual way is to use the Load Resource Bundle plugin.

    ankitas0005
    March 24, 2021

    Hi Carlos,

    I have got the requested plugin deployed on my server,now it provide the function "loadBundle()" expecting a bundleFile.

    I am also able to find the language preference of the loggedIn user through userLocale() function. ex "fr_CA"

    Kindly suggest on the name and structure of the bundle file and how we can use this in the interface

    March 24, 2021

    Per the documentation on the plugin page, "Store your key=value pairs in a properties file as an Appian document for each supported language"