Get all language versions for one entry in the table?

Hi,

I want to have the ‘Change Language’ button to alternate between all available languages (to make sure you can find your way back if you made a wrong choice by mistake), is there a way to get all language versions for one string (or even: get a specific language version for one key other than the active localization language)?

Yes. In script you can pass a locale in to LocalisationSettings.Stringdatabase.GetLocalizedString
This will use that locale Instead of the selected one. It’s possible to have multiple or even all languages loaded at once.

https://docs.unity3d.com/Packages/com.unity.localization@0.6/api/UnityEngine.Localization.Settings.LocalizedStringDatabase.html