Recognizing languages other than English...

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...
[230 byte] By [Elamarana] at [2007-11-26 19:23:58]
# 1

> 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

p_epia at 2007-7-9 21:46:08 > top of Java-index,Java Essentials,Java Programming...
# 2

> 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?

CeciNEstPasUnProgrammeura at 2007-7-9 21:46:08 > top of Java-index,Java Essentials,Java Programming...
# 3
Is the OP looking for resource bundles? http://java.sun.com/javase/6/docs/api/java/util/ResourceBundle.htmlKaj
kajbja at 2007-7-9 21:46:09 > top of Java-index,Java Essentials,Java Programming...