|
|
|
|
|
NationRightToLeft (Function) In french: NationDroiteAGauche 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, "Miscellaneous" sub-tab):
IF NationRightToLeft() THEN
END
Syntax
<Result> = NationRightToLeft()
<Result>: Boolean - True if the current language is written from right to left,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|