I have made localization ro and en. Ro is by default, however I didn't extend
my property files with_ro extension, but I simply put
thisispropertyfile.properties. Now I have implemented for English

  public String onActionFromGoEnglish()
    {
        persistentLocale.set(new Locale("en"));
        return null;
    }

however, I don't know how to access property files that have no _ro
extension in example when user switches from en to ro. What to points my
persistenLocale then?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Changing-to-default-localization-without-extension-for-the-language-tp5718092.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to