Question
2
Replies
826
Views
Ministry of Education Saudi Arabia
Posted: September 3, 2018
Last activity: November 19, 2018
Closed
Solved
Localization for the dropdown values which comes from the web service
Hi,
We have an requirement of localizing drop down values which are coming as a response from soap service.
For example If a user clicks on French button then all the drop down values of a form should be converted from English to French.
Hi,
I think the better option would be to have two data set with localized and non-localized value. Based on which locale the application is using, the WHEN condition should evaluate and ask for that data.
So if French is being used then, a property should be passed and application should ask for the localized data.
Thank you.