Language and Culture when Export
Support Language and Culture dropdown to select when export.
Language dropdown: contain “Not selected” item and list of qnaire languages.
Default selected is login user language. If login user language not in list of qnaire languages, default selected is qnaire default language. When select “Not selected”, export result will be login user language. When select a specific language, export result will be that language.
Culture dropdown: contain list of all cultures. Default selected is login user culture. Which culture is selected, export result will be that culture.
We also support set language and culture while export by cgscript on ExportManager class:
EM.Language = "da-DK";
EM.Culture = "da-DK";
If not set, will export with login user language, culture