cancel
Showing results for 
Search instead for 
Did you mean: 

pass the locale dynamically to adobe form based on country

kjyothiraditya
Participant
0 Kudos
546

Hi Experts,

how can we pass the locale info to Adobe form before printing so that date, curr/quan fields are displayed as per country specific settings ?

Regards,

Aditya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member1716
Active Contributor
0 Kudos

jyothiraditya.k,

You can do these using the interface of the respective form.

First declare the required variables or structures in Globals of the interface.

Next write the code in the code initialization node and populate the relevant Global variables / structures.

Do not forget to declare the required variables in the export parameters of Global node.

Import these variables or structures in your Adobe form.

Finally bind it as per the need.

Regards!