I've been reading up a bit on how people do internationalization. It seems that the common consensus is to save those strings in a separate file (usually xml) and load it ...
Hi I need to read a XML file which carries different locale languages and that should be read through java(not using swing), if using swing also no issue. can anyone pls ...