I notice that there is a function
FText::FromStringTable(*TableNamespace, Key);
that I can use to retrieve the string table text.
Is there a way I can retrieve the text of other languages without changing the current Editor’s culture setting FInternationalization::Get().SetCurrentCulture(OriginalCulture);