Re: [T4.1.3] problems with localisation and possibly Prototype

2008-01-16 Thread Henrik Schlanbusch
The problem was that we had the two following files: trans.properties (default locale) and trans_no.properties This always ended up with values from the first file. Then we renamed the files: trans_en.properties trans_no.properties and it worked, why - I do not know...

[T4.1.3] problems with localisation and possibly Prototype

2008-01-15 Thread Henrik Schlanbusch
Hi I have to do some of the localisation work in the java code, and run this simple method: public String getLocalisedMessage (String key) { return getMessages().getMessage(key); } The method does only return strings in english locale. The only special thing with my pages is that