Issue with LocalizeItemView

ChristianWiele

Active member
Hi,

I run into an issue with the LocalizeItemView. When I select an item in my inventory, the texts are correctly set in English. But the StringReference in the AutoLocalizeStringEvent is not updated.Bildschirmfoto 2021-10-27 um 09.27.01.jpg

Only after closing the inventory, the string reference is updated correctly.
Bildschirmfoto 2021-10-27 um 09.27.24.png

As a consequence, the translation does not work correctly. If I switch languages, the current texts are translated correctly, but if I navigate or hover over items, the texts are displayed in English only. The demo on another installation is working fine. But I can't install the demo on my dev system to verify the problem.

Thanks, Christian
 
Hi,

I found the issue. I still had set the references to the text components in the ItemDescription component. So the ItemDescription and the LocalizeItemView component were competing on setting the text. You should add this to the documentation to avoid other to run into the same issue.

Cheers, Christian
 
Top