Avatar

Level 10

I know that the Resource bundles are useful in Flex forms design.

But, I am really interested to know what's the usage of resource bundles in LCES workflow or PDF forms .

Using resource bundles in PDF forms is not as easy as Flex. We might have to write script to achieve that.

The Workflows are not User-Interface, So there is no need for resource bundles here.

In fact, my suggestion also may be wrong. Because, the Configuration files is a set a key value entries which used to relace certain values in User-Interface. While the Resource Bundles are meant to hold multi-lingual texts to localize the User-Interface.

Though, we could keep these entries in a file and using the FileUtils, it is not easy to just read the values based on keys. We must have to write a Custom Component (Or Script Activity) to read those values. Alternatively, we could store those values in a process variable (MAP of Strings) which still requires some basic coding (by coding Script activity).

So, do you have some special requirements Saravanan?

Nith