Adding a Button for Language Options/Translating Buttons

Hello everyone, beginner Unity user here. Recently I’ve been making a game to test some things out, and I have made my menus in two languages. I already know how to properly program buttons to navigate through the menu and I already fully translated all the text in the menus to both languages. I’m not sure if the question I have is dumb or simple, but I wanna do two things:

  • Add a button at the title menu where the player can simply click to swap between the two languages.
  • Change the buttons (which use images) according to the language.

All help is appreciated, thank you very much.

Take a look at the package samples. You can find them in the package manager. We have some language change menu samples.

Thanks for your help, I managed to make buttons that swap languages. Only one thing though, how do I program so other buttons in the menu change their sprites based on the language? I know how to change text, but not images or sprites.

Did you follow the guide?
https://docs.unity3d.com/Packages/com.unity.localization@1.3/manual/QuickStartGuideWithVariants.html#asset-localization