Why don't you ask the user what language he prefers and then do something like this:
if(English)
//Draw GUIs and stuff in English
else if(Spanish)
//Draw GUIs and stuff in Spanish.
Very simple system, but It gets the job done.
↧