How do you change the Submit button text for the foreign langauge submit page? I can get it to change in the US xml but not the foreign xml? F.Y.I it looks like the only submit button that works is the english version... Suggestions? Thanks.
Hello, Did you see the instructions on how to create language files at: http://www.surveyproject.info/en/Forums/tabid/107/forumid/7/threadid/32/scope/posts/Default.aspx Currently only the English and Dutch languagefiles are complete. To change the text of the submit button: - directory languages: pick your language xml file - search for: <data name="SubmitSurvey"> <value>Submit form</value> </data> Change the Value 'Submit form' to whatever you want. Note: depending on your browsersettings (language) and the settings in the web.config file of the Survey tool the translated version will appear. Hope this will get it to work for you.