> I want a JAVA program to recognize languages other
> than English. (i.e) if I use any other language in
> the midst of a program, I have to tell the JVM to
> recognize that language. What is the way to do that?
> Thank you...
you mean the compiler ?
as far I know , compiler only know keywords
here list of keywords that used to develop java program
http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html
> I want a JAVA program to recognize languages other
> than English.
From what? By what?
> (i.e) if I use any other language in
Text?
> the midst of a program,
Where exactly would that be?
> I have to tell the JVM to
Why the JVM? What is it supposed to do?