Tuesday, January 27, 2015

Re: How to Find RTL (or) LTR themes Loaded In GWT application?

Not sure if that's you're looking for but LocaleInfo.getCurrentLocale().isRTL() will tell you if the current locale is RTL vs. LTR.

On Tuesday, January 27, 2015 at 2:55:21 PM UTC+1, Mohammed Sameen wrote:
Hi,
In my GWT Application, I need to support multiple languages like english,arabic,hebrew langauages and also i am using LTR and RTL themes in module.gwt.xml.But internally in my application i need to know which themes is loading (RTL,LTR).Since i need to write some logic in my application for both cases.So how can i identify the themes(RTL or LTR)?Any Suggestion?

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment