Language and Culture when Export

From Catglobe Wiki
Jump to: navigation, search


Support Language and Culture dropdown to select when export.

Export1.png


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.

Export2.png


Culture dropdown: contain list of all cultures. Default selected is login user culture. Which culture is selected, export result will be that culture.

Export3.png


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