There are two forms in the project.
First form contains DKLTranslationsStorage instance.
First form creates second form and opens it.
Second form is not translated.
It looks like the problem is in DKLang.pas, line 1202.
It's necessary to add follow code there:
There is follow problem in fmx project under XE8.
There are two forms in the project. First form contains DKLTranslationsStorage instance. First form creates second form and opens it. Second form is not translated.
It looks like the problem is in DKLang.pas, line 1202. It's necessary to add follow code there:
Stream.Seek(0, TSeekOrigin.soBeginning);
then problem disappear.