I have set up my games translations using a lua table with language tables.
I was recently told that it wont be enough for apple and google and that they or at least google requires some xml file with the strings for the app in order for google play to know that my game has localisations. Apparently these strings in the xml file are also used for localisations for the apps OS page/settings?
How do I create such a file in corona and what do i need to add to it?
Thanks!!