Yes, “So you’ve made a string table, gathered, translated, and compiled your text, and are now trying to find the text from the string table using the “Find Text in Localization Table” node?” ← correct, this is what I did.
I’ve also tried the “Make Text from String Table” node, which is working fine, but it will just give me the text from the string table and not the translated one. Or did I missed something? (see screenshots)
I tried now again to find the text with the “Find Text in Localization Table” node. This time however it gives me a result (see screenshot). But the result is “1”!? Why is the result 1
My localization file for english (native culture) looks like this:
{
"FormatVersion": 2,
"Namespace": "",
"Subnamespaces": [
{
"Namespace": "QuestStringTable",
"Children": [
{
"Source":
{
"Text": "Temple Task"
},
"Translation":
{
"Text": "Temple Task"
},
"Key": "Quest_01_title"
},
{
"Source":
{
"Text": "bla EN"
},
"Translation":
{
"Text": "bla EN"
},
"Key": "Test"
}
]
}
]
}
This one was generated from gathering the text of the string table.
For testing, the other culture will be German. The localizations looks the same, just the text of course is a little bit different.

