How to get the stringtable text of a specific language without changing the CurrentCulture

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);

Steps to Reproduce