AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones multilingües
  • Usage example of the ChangeCharset function
ChangeCharset (Example)
Usage example of the ChangeCharset function
Examples for using the ChangeCharset function:
WINDEVReportes y ConsultasCódigo de Usuario (UMC)
// Change the display language of the application to Greek
Nation(nationGreek)
// Change the character set to Greek
ChangeCharset(charsetGreek)
// Redisplay the "WIN_Window1" window
Use(WIN_WINDOW1)
WINDEVReportes y ConsultasCódigo de Usuario (UMC)
// 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 "WIN_Window1" window
Use(WIN_WINDOW1)
WEBDEV - Código ServidorAjax
// 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 - Código ServidorAjax
// 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)
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

Señalar un error o enviar una sugerencia | Ayuda local