AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones multilingües
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
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/06/2023

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