facebook

How to manage i18n-props? [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #209797 Reply

    Hi there,
    I currenty use myEclise IDE under Eclipse 3.0 final. Everything works very well so far but the handling of i18n property files.

    Each time I deploy to Tomcat 5 and execute a URL afterwards, the i18n property entries are not found and an error page is returned.
    The reason is that the <myApp>_<country>.properties files are not packed into the war file and therefore not deployed to Tomcat.
    Can you please help and tell me what to do
    – to get my i18n property files to be included in my MyEclipse project,
    – to be displayed (maybe even editable) in the Package Explorer and
    – to be packed into the <myApp>-war file?

    Thanks for help,
    Dirk V. Schesmer

    #209933

    snpe
    Member

    You have to set properties files in Java project src directory
    MyEclipse will copy properties in WEb-INF/classes

    regards

    #209970

    Hoops, so easy… And the Externalize Strings… wizard works fine, as well!

    Thanks, Dirk

    #209975

    Riyad Kalla
    Member

    Thanks snpe for getting this one!

    #209976

    Riyad Kalla
    Member

    Moving to support…

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: How to manage i18n-props? [Closed]

You must be logged in to post in the forum log in