xpages - Translation of Delete Selected Documents Action -


"Delete Selected documents" is possible to specify a confirmation message in action, so I Tronslat in every language the message Can i However, if no document was selected, a dialog appears with "Select one or more documents to delete the message". Is there a way to translate this message?

Thank you Mario

These are some of the instructions for setting up translations in XPages:

You can use it with an action What happens is that your string will have an asset file, it will be translated and then the correct will be used. Something like this:

  & lt; Xp: EventModer & gt; & Lt; XP: this.action & gt; & Lt; XP: actiongroup & gt; & Lt; XP: Confirmation & gt; & Lt; Xp: this.message & gt; & Lt ;! [CDATA [# {Javascript: // where "strings" resource bundle indicates a variable to strings .getString ("confirm.message.delete"); }] & Gt; & Lt; / XP: this.message & gt; & Lt; / XP: Confirmation & gt; ... Delete code ... & lt; / Xp: Action group & gt; & Lt; / XP: this.action & gt; & Lt; / XP: eventhandler & gt;    

Comments