Im working on a Application which i need to Enter Data in multiple languages , I know how to change locale in swing like this
txt.getInputContext().selectInputMethod(new Locale("en", "US"));
I want to do the same in Texfield in Javafx
Let me know how to do this.