| Author |
What is Externalize Strings... in Eclipse?
|
Hemant Agarwal
Ranch Hand
Joined: Nov 21, 2005
Posts: 138
|
|
When I right click my files in eclipse, and select source-->Extenalize Strings. What will happen? What is the use of that? :roll:
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26158
|
|
Hemant, That will take your Strings and put them in a property file. This is used for internationalization. The idea is that Java can pick the correct property file based on what language the user wants. This article describes it well with examples.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: What is Externalize Strings... in Eclipse?
|
|
|