I have a string construction , wherein i have to build timezone and
the format is
String longName = tz.getDisplayName(tz.inDaylightTime(today),
TimeZone.LONG,Locale.JAPAN);
"GMT "+hour+":"+min+"   "+longName+"("+tz.getID()+")"
When i do this i am able to localise the display Name in japanese but
i am not able to localise the ID of timeZone. Can someone help me out
on this.
Thanks in advance.
Vinay.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to