문제

I tried to follow vogella (http://www.vogella.com/articles/EclipseInternationalization/article.html tutorial but I am facing some issue. After externalize the project when ever I tried to click PDT-->internationalize it is creating some properties file which is not different than my main properties file and all in default language i.e en .

2-I created a fragment project. for which the host plugin is my main project. I have a doubt that what should be the content of that fragment project.

Any help on this is really appreciated .

도움이 되었습니까?

해결책

The properties files are just copied from the default locale to show you the properties that need to be translated. It is your responsibility to actually do the translation to the appropriate languages in these files.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top