views:

194

answers:

2

Hi all,

I am planning to create a multi lingual keyboard using Java. can u give some ideas or suggestions for doing that? Is there any open source code or interface which i can use in my code?

+2  A: 

Step 1: see what everyone else has done. For example ...

bmargulies
+1  A: 

Check out the Input Methods framework if you're just looking to allow users to easily enter multilingual text.

Mike Atlas