Search
VirtualKeyboard.loadImeTable Method
See Also
 






Loads an IME table file for specified locale.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public void loadImeTable (
    Locale locale,
    String filePath
)

 Parameters

locale

java.util.Locale instance specifying the locale.

filePath

Path to the dictionary file or folder.

 See Also