So, we've had several requests from folks willing to translate the game for us into their native languages. We're genuinely touched that so many folks are willing to make the game better and more accessible. Unfortunately, we're unable to provide any official support for this. The reason is simple... our games change too often, and sometimes in substantial ways. There's just no way we could provide the level of support we do if we also had to co-ordinate with translators and make sure they were aware of and fixing everything right along with us.
The other problem that we would have is that many of the text boxes and such are designed around the text they contain, so if the text in a different language is significantly longer, then that can look weird, or be yet another thing we'd have to change.
So, what if someone doesn't care about that and wants to translate the game anyway? Well, if the above doesn't scare you off, and you'd like to translate it anyway, this is possible. The way to do it would be to go to this file in your game directory: \Language\en\a_skyward.xml. In that file, you'll find all the English in-game text.
Your first step should be to back this file up, just in case.
Then, you'll see lines like this:
<ln id="AchievementType_Brokkr">Brokkr</ln>
<ln id="AchievementType_Brokkr_Desc">Place the Brokkr token.</ln>
You can change the parts I've highlighted in red to the language you are trying to translate to. Do NOT change the rest of the line, or the game will throw up errors.
Now, once you've made the changes you want (this will work even if you haven't yet translated everything), put that file into this directory: ...\Language\trans\a_skyward.xml
If you leave it in the first directory, it will get written over every time the game updates, and you will lose all your work.
Anyway, that should be about it, if you have questions, feel free to post them here. And, if you do end up translating the game, feel free to post the file here for others to use. But be warned, if we change the english version of the text after you translate it, the game will NOT reflect those changes, so you'd have to keep up the translating if you want to keep it accurate.