i18n and l10n via export-import of app as script
Zoho Creator does not provide any kind of i18n or l10n facilities. However, the applications can be fairly easily made translatable.
- mark all visible labels in the app with a prefix to mark them as message ids
- export the app as script
- extract the message ids
- translate them
- (re)generate a new translated app using the app script file and the translations
- (re)import the app script back to Zoho Creator
Thoughts? Is this proposed or described already somewhere?