Wizard translation and launch via Lua
I've noticed the header of wizards is automagically translated if there is correspondence in the .mo fiel. This does not work for the text body or buttons. Is there a way to translate or a server command to fetch the currently active language?
Also, is there a way to launch a wizard from lua? e.g. with handleAction or websockets?
Comments
@wizardCommand name
Executes the wizard command with given name.
Title is only translated for normal gui, not for monitor solution. Items are never translated at the moment. Especially items can contain server expressions making them hard to translate but would eventually be possible. Need to think about this when I optimize translations. Want per module translation files so there is no need to adjust the official version always for changes/additions.