ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Multilingual functions
26 results
Usage example of the ChangeCharset function
Retrieves and/or changes the character set used:
  • by all the screen fonts.
  • by all the operations performed on the character strings (functions and/or operators).
Gets or sets the language associated with the keyboard.
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels...
List of constants used by the functions for managing multilingual applications
The table below presents the correspondence between languages, sub-languages, character sets and nations:
The languages supported by the application are taken into account...
When an application is used to display or save data in HFSQL files, this data is entered in the current language...
A multilingual application is an application that can be distributed in several languages...
Functions for managing multiple languages
Returns the character set corresponding to a language.
Returns the name of a language.
Returns the nation corresponding to a language.
Loads the file containing the error messages in the desired language into memory.
A multilingual application is an application that can be distributed in several languages...
Retrieves a message found in the code of a program in the current language.
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Defines or identifies the language of the framework.
Allows you to find out whether the current language is written from right to left.
Returns the language corresponding to a nation.
Returns the name of the language corresponding to a nation.
Returns the default sub-language corresponding to a nation.
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages...
For a multilingual application, you have the ability to...