Hi,

Yes.
MyApplication.properties
Put it next to MyApplication.java
On Apr 9, 2015 4:30 PM, "Hasan Çelik" <[email protected]> wrote:

> Hi,
>
> Before I created  properties class for every class, for example,
>
> HomePage.html
> HomePage.java
> HomePage.properties
> HomePage_tr.properties
> SecondPage.html
> SecondPage.java
> SecondPage.properties
> SecondPage_tr.properties
>
> In this way, It caused visual pollution and takes a few times while
> loading... after that I decided to create one properties file instead of
> above..And I located it into the /resource directory...
>
> When I run the program, I am getting an error... As I understand program
> doesn't find the properties file in the /resource directory...I think I
> should refer it in somewhere??
>
> My question is; Is there a way to create one properties file like that for
> Internationalization ?
>

Reply via email to