ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Multilingual functions
  • Usage example of the ChangeCharset function
ChangeCharset (Example)
Usage example of the ChangeCharset function
Examples for using the ChangeCharset function:
WEBDEV - Server codeAjax
// Change the display language of the site to Greek
Nation(nationGreek)
// Change the character set to Greek
ChangeCharset(charsetGreek)
// Redisplay the "PAGE_Page1" page
PageUse(PAGE_Page1)
WEBDEV - Server codeAjax
// Change the display language of application to Chinese
// sub-language : Macau (5)
// sort mode: bopomofo standard (3)
Nation(nationChinese)
// Modify the character set
ChangeCharset(charsetChinese, languageChinese, 5, 3)
// Redisplay the "PAGE_Page1" page
PageUse(PAGE_Page1)
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help