Configuring string externalization in Eclipse to use ${key} as field name
问题 Suppose I have a simple code like this: public class ExternalizeStringDemo { public static void main(String[] args) { System.out.println("Hello world"); } } Now, I want to externalize the greeting, perhaps to facilitate internationalization/localization/etc. Using Eclipse, I can use the String Externalization wizard (Source/Externalize Strings), and configure it like this: I can proceed with the wizard and it will propose these changes: Create file Personal Toys/src/Messages.java Create file