Hello @Brent, thank you a lot for your answer.
I also was thinking in developing just one app with all the languages inside.
Yes, I would create one menu where the user could choose the right language for him.
I am using composer template to develop it and Iam trying to code the best way as possible(talking about memory, code and optimization).
So to make it clear, do you think handle like this is a good idea?
1- Create for example three files(portuguese.lua, english.lua and spanish.lua), with different strings.
2- Create the menu with the three choices of language and also one global variable wich will save the choice(portuguese, english or spanish)
3- Depending on the choice of the user, on the top of each screen(composer), I would load the file according to the global variable wich has the choice of the user.
I don’t know if this is the optmal way to handle it, and as I am developing for three languages, I am afraid the size of the app will be very big.