ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Multilingual functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Used to find out whether the current language is written from right to left. This information is stored in the language information of the project ("Languages" tab in the description window of the project, "Various" sub-tab):
Example
IF NationRightToLeft() THEN
// Code specific to languages written from right to left
END
Syntax
<Result> = NationRightToLeft()
<Result>: Boolean
  • True if the current language is written from right to left,
  • False otherwise.
Component: wd290vm.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/02/2023

Send a report | Local help