Unplanned
Last Updated: 07 Jul 2021 07:27 by ADMIN
Jana
Created on: 07 Jul 2021 07:27
Category: VirtualKeyboard
Type: Feature Request
1
RadVirtualKeyboard: Consider CurrentCulture when the keyboard layout is created

Currently, there is only one predefined keyboard layout - QWERTY. 
For example, when the culture is:

  • French we should apply the AZERTY layout
  • German we should apply the QWERTZ layout

As a workaround, I have modified and saved the AZERTY and QWERTZ keyboard layouts into XML files. You can use the LoadLayout method of RadVirtualKeyboard to load them.

this.radVirtualKeyboard1.LoadLayout(@"..\..\Layouts\azerty.xml");
//this.radVirtualKeyboard1.LoadLayout(@"..\..\Layouts\qwertz.xml");

Attached Files:
0 comments