Skip to main content
August 3, 2021
Question

Connected Onboarding Solution- Multi Lingual Framework Implementation

  • August 3, 2021
  • 5 replies
  • 0 views

Hi Team,

I got a requirement of Modifying UI Text to be translated into multiple languages using correct language bundle. 

Documentation Link: https://docs.appian.com/suite/help/21.2/io-3.1/modifying-ui-text.html#_

I tried to go through the documentation but we have to get the bundles to update the properties but not sure how to get those files.

Can anyone please help with that

    5 replies

    selvakumark
    August 3, 2021

    Hi [mention:b0535e6f8b784e7083e5e00f5ca77a2f:e9ed411860ed4f2ba0265705b8793d05],

    I hope your question is about how to create a bundle file. Language bundle files are nothing but normal text files stored with the extension '.PROPERTIES'. You can simply create it by saving a text file in the specified extension with a proper naming convention and use it in your application.

    August 3, 2021

    Once after we get the Properties file how are going to display the corresponding label based on the requirement. Since it is a text file i can read the data using readtextfromfile but we need to fetch based on bundle Key.

    Can you please help me how to proceed with this?

    selvakumark
    August 3, 2021

    You can use this plug-in

    https://community.appian.com/b/appmarket/posts/load-resource-bundle.

    There are sample screenshots in the comments section of this plug-in.