Button to change Opus language

I want to create button to change Opus language.

I use this command /home\dopusrt.exe /changelanguage french. This command close Opus without prompt and change full language (UI and toolbars/menus).

Is there a way to display prompt dialog below or/and add arg in command line to exclude toolbars/menus ?

image

You can use the hidden command Set LANGUAGE, this lets you prevent conversion using noconvert: prefix.

E.g. Set LANGUAGE noconvert:english.

There's no way to show that dialog other than through Preferences though.

1 Like