How to get correct language back from stored firebase cloud firestore data?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By plen

I saved words/string data that wasn’t English to firebase cloud firestore, but when the data was recalled, it was shown in many different languages.

How could I make firebase send back the correct language, so Godot would show the original language in the text fields?

Thank you!