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.
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.