Re: Same Code of Locales On Linux

2003-03-20 Thread Matt Avery
Muhammad, Other objects requiring a Local will pick up a default locale if it isn't supplied. On Unix systems you can set the default Locale that Java will use by setting some environment variables. Type "locale" at he command line to see the value of these variables. Otherwise I have had co

Same Code of Locales On Linux

2003-03-20 Thread Muhammad Asif
Hi, i have not much exp. with Linux. I have developed an Web application using JSP/Servlets which uses Locales dynamically according to user selected language. I need to know will same app work on linux without any code change and Locale accessed in windows will be available on Linux as well? Cl