Yes, I have tried this. I added the line: <extend-property name="locale"
values="ar"/> in my .xml module file. However when I added '&locale=ar' to
my URL (in development mode), I got the same layout, just the text was
different.

Am I missing something maybe?


On Sat, May 11, 2013 at 12:02 PM, Mohammad Al-Quraian <[email protected]>wrote:

> 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 a topic in the
> Google Groups "Google Web Toolkit" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/gdFBwCfmc5E/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, 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.
>
>
>

-- 
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.


Reply via email to