2023-03-13 03:13 AM
Hi,
Is there a possibility for TextArea to ignore translating its text upon language change ?
I thought I could achieve that by using a wild card and setting raw string (ie TextArea::setWildcard1 (UnicodeChar* value)) but it did not work as I hoped.
As I understand it, after calling Texts::setLanguage (), GFX translates all texts/strings assigned to TextArea(s) to font assigned to new language.
I miss something like TextArea::setIgnoreLanguageChange ( bool ignore ).
Thanks
Solved! Go to Solution.
2023-03-14 06:49 AM
Hello ferro,
Indeed, changing the language of you application will affect all your text areas, as described in the tutorial 6.
But thanks for the suggestion, I can discuss it with the team.
/Osman
2023-03-14 06:49 AM
Hello ferro,
Indeed, changing the language of you application will affect all your text areas, as described in the tutorial 6.
But thanks for the suggestion, I can discuss it with the team.
/Osman
2023-03-14 07:36 AM
Hi @Osman SOYKURT ,
I did the tutorial few weeks ago but missed/forgot about the Note. Thanks for confirmation and link.
"But thanks for the suggestion, I can discuss it with the team."
Great. Thanks.
Ferro