You are not logged in.
Pages: 1
Hello
I tried to use SQLite3i18n.pas in a simple Firemonkey application but it looks like it doesn't support FMX. I made a few changes in SQLite3i18n and it compiled. But still not everything works now.
The project compiled with EXTRACTALLRESOURCES extracted some resourcestrings and a few properties (TForm.Caption, TMemo.Lines.Text) but it hasn't extracted all captions from FMX controls (i.e. TButton.Text). Probably some more changes are needed to find all FMX controls and get all strings.
Now, the procedure i18nAddLanguageCombo works fine and I can change the language but when I change it, not all strings are translated.
Did anyone try it before me and succeded?
I can share my changed version of mORMoti18n.pas to show my changes for FMX.
Offline
I can see that. Is there any chance that feature will be made in a near future? I think it shouldn't be very hard to made because I didn't change much and it partially works. But I'm not sure if I can finish it alone.
Offline
Pages: 1