How to use xPages translation files from Lotusscript and SSJS libraries
问题 I am using resource bundles to translate all my xpages into different languages. this works great for translating labels etc in xPages. I do however have Lotusscript agents and server side javascript code in the database that send mail to users and I want these emails to also be translated using the translation files. so my question is simple. is it possible to read the translation files from SSJS scriptlibraries and Lotusscript agents. If so please let me know how? Image below show all my