ok thanks; but I understand that in that way I can only change the used language.
But if I would change language programmatically? How I can load two different languages and change it at runtime?
It's already possible or I have to implement it from scratch?
Thanks.
a***r@3dflipbook.net
2021-05-19
2021-05-19
plugin translates the template after loading - it replaces strings like <$tr>Text</$tr>. So there is no information at runtime at this version - you need to dispose current instance and create a new one for retranslating.
see https://3dflipbook.net/documentation#using-in-frameworks
ok thanks; but I understand that in that way I can only change the used language. But if I would change language programmatically? How I can load two different languages and change it at runtime? It's already possible or I have to implement it from scratch? Thanks.
plugin translates the template after loading - it replaces strings like <$tr>Text</$tr>. So there is no information at runtime at this version - you need to dispose current instance and create a new one for retranslating.