I have a problem with the following tutorial:
http://www.mkyong.com/jsf2/jsf-2-internationalization-example/
In the faces-context file, you must declare the location where all the language properties files ( <base-name>HERE</base-name> ) are located. But in this example, they are apparently using maven2, and therefore they have a resource folder.
I use eclipse and a dynamic web project, so there is no resource folder. I tried several features, such as adding a new folder to the build path, but I do not understand how this works.
Can you tell me where to place these files so that my application finds it. thank you very much
In addition, I add an image of my directory structure:

source share