Focal Point
[SOLVED] Language Variable in WF8

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4037089176

July 31, 2014, 12:18 PM
eric.woerle
[SOLVED] Language Variable in WF8
Does anyone know if the language setting is captured in a variable? I believe that when you select your language it utilizes IBWFS_Language or something like that to set it in the system, but I don't know if that is something that is available in the MR on default. Do I need to create a variable for it and assign it in the Custom Settings?

This message has been edited. Last edited by: eric.woerle,


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
August 05, 2014, 10:39 AM
<Kathryn Henning>
Hi Eric,

Under Custom Settings, add the following:

<SET> IBIWF_language(pass)

Then, you have &IBIWF_language available, and it has the 2 letter language code.

-TYPE &IBIWF_language

will yield 'en' or the language that is set.

Cheers!

Kathryn
August 05, 2014, 11:30 AM
eric.woerle
Thanks Kathryn!

I thought it would be something simple like that.


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2