User interface language
This command is used to set the user interface language.
Byte index
Hex value – Meaning
0
9A – The command code.
1
00 - English; Default.
01 - French;
02 - German; Available for devices with firmware ≥ 2.1.
03 - Spanish; Available for devices with firmware ≥ 2.1.
Example command: 0x9A01 – The server sets the user interface language French.
This command is used to get the user interface language.
Byte index
Sent request
Received response
0
9B – Command code.
9B – The command code.
1
00 - English;
01 - French;
02 - German;
03 - Spanish;
Example command: 0x9B;
Example response: 0x9B01 - The user interface language is French.
Last updated
Was this helpful?