In IEE it was possible to for example use #USER_LANGUAGE# in URL from IEE-client to get the correct lagnuage.
How do I do this in Aurena?
Example IEE
https://address.com/report?part_no=&PART_NO&&Site=&CONTRACT&&lang=#USER_LANGUAGE#
In Aurena:
https://address.com/report?part_no=${PartNo}&Site=${Contract}&lang=#USER_LANGUAGE#
What should I replace #USER_LANGUAGE# with?