- Joined
- Jan 24, 2020
- Messages
- 16
- Reaction score
- 2
So in the Templates you also have the options that are visible in the "Phone Provisioning" section of of the extension. You can adjust these so the options you want are selected by default. This works fine, except for the Language. English is always the selected default language, eventhough it shouldn't be (eee comment in xml code). I tried changing the Webconsole language, didn't help either. Is there a way to force this?
Language options in Template (yealinkt4x):
I also looked for the option "Select transfer method used (Blind or Attended) when you press a DSS key ", can't seem to find it in the template.
Language options in Template (yealinkt4x):
Code:
<languages>
<!--The first entry is the selected entry in management console-->
<option value="German">
<item name="langwebUI">German</item>
<item name="langlcdUI">German</item>
</option>
<option value="English">
<item name="langwebUI">English</item>
<item name="langlcdUI">English</item>
</option>
<option value="Chinese_S">
<item name="langwebUI">Chinese_S</item>
<item name="langlcdUI">Chinese_S</item>
</option>
<option value="Chinese_T">
<item name="langwebUI">Chinese_S</item>
<item name="langlcdUI">Chinese_T</item>
</option>
<option value="French">
<item name="langwebUI">French</item>
<item name="langlcdUI">French</item>
</option>
<option value="Dutch - Requires Lydis Yealink Devices">
<item name="langwebUI">Dutch</item>
<item name="langlcdUI">Dutch</item>
</option>
<option value="Italian">
<item name="langwebUI">Italian</item>
<item name="langlcdUI">Italian</item>
</option>
<option value="Portuguese">
<item name="langwebUI">Portuguese</item>
<item name="langlcdUI">Portuguese</item>
</option>
<option value="Russian">
<item name="langwebUI">Russian</item>
<item name="langlcdUI">Russian</item>
</option>
<option value="Spanish">
<item name="langwebUI">Spanish</item>
<item name="langlcdUI">Spanish</item>
</option>
<option value="Turkish">
<item name="langwebUI">Turkish</item>
<item name="langlcdUI">Turkish</item>
</option>
<option value="Polish">
<item name="langwebUI">Polish</item>
<item name="langlcdUI">Polish</item>
</option>
I also looked for the option "Select transfer method used (Blind or Attended) when you press a DSS key ", can't seem to find it in the template.