Questions tagged [input-language]

37 questions
0
votes
1 answer

(C#) How to Change InputLanguage in .NET CF?

(C#, Windows Form, .NET Compact Framework 3.5, Windows CE 6.0) How to Change InputLanguage in .NET CF? I want to change laguguage of UserControl keyboard.
0
votes
0 answers

how to lock input language in MS Word

When i switch language between Thai and English i normal use a shortcut key `. But the in word i have a document which need to all need to be written in Thai but the problem is when i click on different part of the document that has a number or a…
Photonic
  • 1,316
  • 19
  • 31
0
votes
1 answer

Automatic change language in input texts PB 12.6

I think the problem (if a problem) remains in Powerbuilder 12.6 in a migrated project. Each input text remembers the language that had been typed before I change the language in another input text. Is there any way to fix this issue? E.g., change…
Alex
  • 207
  • 1
  • 2
  • 15
0
votes
0 answers

write in Hindi Language in a notepad using Java

I have the following java program which writes java in a notepad. static int keyInput[] = { KeyEvent.VK_J, KeyEvent.VK_A, KeyEvent.VK_V, KeyEvent.VK_A, KeyEvent.VK_SPACE }; public static void main(String[] args) { // TODO Auto-generated…
AvinashK
  • 3,309
  • 8
  • 43
  • 94
0
votes
0 answers

Changing input language to Hebrew

I have a Java application with some JTextFields in it and I want the default language to be Hebrew. I tried setting JVM argument(-Duser.language=he), I tried setting locale to hebrew: TextFields[ i ].setLocale( new Locale("he")); Locale changed all…
Roni
  • 1
  • 1
0
votes
2 answers

Enable input language programatically on Windows 7

I'm writing a windows installer for an application that depends on spanish input language being enabled which is not default on Windows 7. Is there a way I can programatically detect if Spanish input language is enabled on the host machine running…
-1
votes
1 answer

Windows-7 changes input language automatically

I have encountered very strange problem recently. Windows changes input language on its own. I set it, for example, English, and then when I type (either on word, browser, or notepad, or anything) it switches the input language to Russian. This…
Sam Gold
  • 11
  • 3
1 2
3