Hello,
I have Grid + Popup form apps in multilingual projects, but the string for the "title" property of the cModal component in the popup form is not translated.
Steps to reproduce:
- In the testcases sample project, enable multilingual translation, add at least one language.
- Go to the "employee" app. Select the cModal object in the popup form, and set title to some value like
[ %mytitle% ]
- Set a value for the translation string in Localization > Translations. Generate language files
- Run the app and press the edit icon (pencil) to show the Popup form. The title is NOT translated, its
"[ %mytitle% ]"
I'm using PHsPeed 3.5 - B2
Regards,