Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You might want to take a look e.g. at the "Finance Controlling" demo app on demo.qlik.com, where they have multilanguage support in an app.
You could use a numerical TextID per Text portion you want to translate instead of the strings and then just do
=fieldvalue($(vLanguage),2)
to retrieve the TextID = 2 in language set by vLanguage.
It probably doesn't solve your problem with missing field values, could you elaborate on this? I haven't fully got what the issue here is.
Hope this helps,
Stefan