Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
2 replies
Subscribers
5 subscribers
Views
2473 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, I am trying to use the plug-in "Load Resource bundle" but I h
saram
over 11 years ago
Hi,
I am trying to use the plug-in "Load Resource bundle" but I have some problems (don't know where) because the result in the form field is blank. I followed all the instructions suggested in the plug-in documentation.
Has someone an example where I can study the functionality?
Thank you....
OriginalPostID-93231
OriginalPostID-93231
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
1. Create a .properties file for your languages and upload it to your knowledge center.
1a. In your .properties file, define your label/value pairs, for example: hello=hola.
2. Save this document as a CONSTANT of type document.
3. To define your User Input task, create an input called bundle of type EntityData.
3a. Exapand your activity class parameter by clicking on the + sign.
3b. Define the data field of bundle as =loadbundle(cons!THEPROPERTIESFILE)
4. In your form, define your label as =ac!bundle.data["label"], for example =ac!bundle.data["hello"]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
saram
over 11 years ago
thank you very much, it works. I uploaded a html file and not a properties file.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel