Re: Custom internationalization with gwt

2011-08-26 Thread mariyan nenchev
Any help with this, please?

On Thu, Aug 25, 2011 at 4:19 PM, mariyan nenchev
nenchev.mari...@gmail.comwrote:

 Hi,

 I want to make custom internationalization for my gwt app. What does this
 means? Imagine that my app must be internationalized for men and women.
 (id=men, id=women).
 is it possible to make two different .properties files like
 MyAppMessages_men_en.properties
 MyAppMessages_women_en.properties

 MyAppMessages_men_fr.properties
 MyAppMessages_men_fr.properties

 etc...

 and my app host page will be accessed like this for example
 http://blabla/MyAppHostPage.html?locale=enid=men
 and this must load english version for men.

 Thanks.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Custom internationalization with gwt

2011-08-25 Thread mariyan nenchev
Hi,

I want to make custom internationalization for my gwt app. What does this
means? Imagine that my app must be internationalized for men and women.
(id=men, id=women).
is it possible to make two different .properties files like
MyAppMessages_men_en.properties
MyAppMessages_women_en.properties

MyAppMessages_men_fr.properties
MyAppMessages_men_fr.properties

etc...

and my app host page will be accessed like this for example
http://blabla/MyAppHostPage.html?locale=enid=men
and this must load english version for men.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.