Reputation: 59
I am trying to convert my android softkeyboard to Bengali or any (other language). I have implemented a code for softkeyboard from android developer site. Is it required to set another IME options for conversion for that softkeyboard to any other language? Please give me some advice to do this conversion.
Upvotes: 5
Views: 1326
Reputation: 34390
I am sharing a full sample code for tamil language. i have also created this kind of softkeyboard.
Downloadable at https://play.google.com/store/apps/details?id=com.tamil.visai&hl=en
Upvotes: 0
Reputation: 11909
Your question doesn't briefly explain what you really want. I recently developed a Bangla SoftKeyboard which looks like:
Is that what you want? If so, make keyboard xml layout for Bangla characters(like qwerty.xml) and in the onKey function of SoftKeyboard.java file commit bangla characters according to their primaryCode(corresponding android:codes in xml file). Feel free to specify where are you getting problem and what you exactly want.
Upvotes: 3