Hi all, I am using the following two inheritance in my xml file *<inherits name='com.sab2i.theme.standard.StandardRTL'/>* *<inherits name='com.sab2i.theme.standard.Standard'/>*
but i would like to inlucde one of theme base on the locale when the page is called. for example if locale ="en", i would like to include *<inherits name='com.sab2i.theme.standard.Standard'/>* if locale="ar" i would like to include *<inherits name='com.sab2i.theme.standard.StandardRTL'/>* Does any one have an idea ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/vZjO8BJWJQEJ. 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.
