Re: Internalization in GWT application..

2009-11-20 Thread Dimitrijević Ivan
There is no way to do that. It is a system (browser) issue and it depends on current system language settings. Instead you should make your own message dialog component. In that case you will be able to localize any part of your application. To make your message dialog box, use DialogBox widget (ht

Internalization in GWT application..

2009-11-19 Thread Parasuraman
Hi All, How we can Localize the "OK" button in the Window.alert("Message"); in GWT..? Can you please tell me how we can localize OK button.. Please help to localize Window.alert(); Thanks in Advance... -- You received this message because you are subscribed to the Google Groups "Google Web To