Set language variable on Generate Document

0
When I generate a pdf document I have the opportunity to set the language based on the following options: Language: current user Language: project default Langauge: variable I would like to set the document language based on a variable. How/where should I define this variable? thanks
asked
1 answers
1

Simply retrieve a System.Language object and pass it to the action.

answered