I have a control that looks like this and I could not test this using telerik testing framework.
<select id="xxx" multiple="multiple" kendo-multi-select="vm.xxx" style="width: 100%;"
k-data-source="vm.xxxDS"
k-data-text-field="::'Text'"
k-data-value-field="::'xxxID'"
k-highlight-first="::false"
k-ng-model="vm.xxxId"
k-on-change="vm.xxxChange(kendoEvent)"
k-value-primitive="::true"></select>
AFAIK there is no translator for Kendo UI multi select. Any example you have will be appreciated.