My ViewModel contains business fields NameEn and NameRu, which are used for a single business function but in different UI languages. The Kendo dropdownlist has a dataTextField property to display the text property of the ViewModel. How can I dynamically change the value of dataTextField on the client side?
PS: The selected language is stored in cookies.