Have you tested that by adding a locale into your .xml module file? You can add the Arabic locale like this: <extend-property name="locale" values="ar" />
Then when you change the locale you would find that GWT does rearrange the widgets as a mirror-image, so if you have a horizontal panel with a label on the left then a text box on the right, after switching to a RTL locale the label would be on the right and the text box on the left, all done magically for you by GWT. On Friday, May 10, 2013 4:43:53 PM UTC+3, Dawn Borg Costanzi wrote: > > Hi everyone, > > I've created a number of widgets to make an online questionnaire. Can > anyone tell me whether there is an easy way to have a mirror-image of the > widget, for right-to-left language support? > > Thanks, > Dawn > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
