D
|
Denes 8/6/2024 |
Dear @Chrips! If you set your application to support multiple language, then you can make custom labels for every language. (Misc Tab-> Multiple Languages, Label Editor) After that you have to call Runner.getCustomLabel("CUSTOM_LABEL_NAME") what is get the value of the custom label of the selected language. Br |
C
|
cristi 8/6/2024 |
In order to acces the current language there is: something like this: server: $result["language"]=mlang_getcurrentlang(); client after: var language= result["language"]; I don't know if those are the exact names for languages but you can do an alert on language var and find out. Read this for more examples. |