cancel
Showing results for 
Search instead for 
Did you mean: 

Need to get client(iPad) logon language via Agenty Rule

Former Member
0 Kudos

Hello All ,

can we check client logon langauge via Agentry Rule ?

we have below requirement

if user logon language is "FR"

then FR Popup message should come

if user logon language is EN

then EN popup message should come

we would like to check client logon language via Rule ?

is it possible to check ?

We have tried using "<<user.client.Language>>" inside rule but it is not returing any value .


Thanks & Regards,
Kunal Varaiya

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Those SDML tag values are only valid during the transmit from the backend perspective. The client cannot evalute them.

One option is to create a data table or complex table and populate the values based on the SDML values during the transmit. Then you can reference the table from the client to retrieve the values.

--Bill

Answers (0)