|
Getting the locale of the server who initiated the applet
I have an application that uses applets running on a server whose system locale is French. So when i an sending data from Database to applet I use XML. Now i need to format the data in the locale that is there on the server and at the client side when the XML is read to populate the locale I need to read it in the same locale though the browser locale may be different.
SO i pass the locale of the server as a attribute in the XML. But how will i get the locale of the server which has initiated the applet.
Thanks,
Prachi
|