Which is the easiest way to use I18N in Java. What i use for this is property file. I make a key in my property file and give it a value in my desired language. Is there any other easier way than this. If yes/no what are other ways.