OK, so we have a Corona App which has some strings hard coded within the app pages. I want to pull these out and put them into some library.
As I have the hood up I wanted to ask for best practice with regards strings and support of multi-lingual.
So, my initial idea is to have some appstrings.lua file which would contain a series of arrays containing the strings. Each array would be split by language type? Not sure yet about the translation, but apparently there are services you can use to build these…
I was then going to display a language choice option on config / install to allow the end user to select the appropriate language - is this on the right lines?