[1451]Change input method based on Locale for a text field By jivan_c11 { at } rediffmail { dot } com on 2005/06/17 01:22:59 Rate JTextField jTextField1 = new JTextField ( ) ; InputContext ic = jTextField1.getInputContext ( ) ; ic.selectInputMethod ( new Locale ( "as", "IN" ) ) ;