Language and Culture when Export
From Catglobe Wiki
More actions
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


