I’m trying to enable localization on the BullCow Game.
I’m brazilian and most of my friends don’t speak english, but i want to show them the project.
The problem is that i didn’t find any ue4 c++ tutorial teaching how to implement, and based on what i read on ue4 documentation, localization only works with FText.
So i’m kinda stuck on that.
I don’t know if you guys can help me, but i thank you in advance!
Just a thought, you could just translate the printed parts. The compiler won’t care what is in the text unless some symbols throw it offhand. So if everything seen is in the language of choice, that’s all the user will know .
I think Xavier’s idea might be to just put the translation into the strings as is. You could sloppily do it with if else’s if you can’t understand anything else yet.