Sets the DxWnd GUI language. The format is as follows:
lang=<specification>
The following languages are supported:
When you set a lang=<specification> specification DxWnd looks for and loads the resources in the Resources_<specification>.dll file, so anyone could build and use his own language pack.
lang=default disables resource loading and the program uses the default and built-in English pack.
lang=automatic makes DxWnd search for the current UI language and try to map it to the available language packs. If no corresponding pack is available, it switches to the default (English) behavior.
This setting is always overridden by a /lang=<specification> argument line specification.