I want to let players choose what language to use in my game at the beggining of it, so I want to load a file with all the different translations: spanish, english, french, russian, etc, so the game can load the respective text corresponding to the chosen language.
I did a test loading from an excel file, and I don't know why the game does not load special characters like the "ñ" in spanish. I don't know how to test it in russian either.
So what's the best way to achieve this?, thanks a lot.