i have read many thing for localization and internationalization.from Wikipedia i got that A localized system has been adapted or converted for use in a particular locale including the language of the user interface (UI), input, and display, and features such as time/date display and currency. internationalized system is equipped for use in a range of “locales” by allowing the co-existence of several languages and character sets for input, display, and UI.
instead of this reading i got confusion that ,we are creating resource file which store Local language UI .so,this process is what I18N or L10N.
can any one explain me with reason and explanation?
Anything to do with resources is localization.
There are other things that need to be done in order to internationalize an application (i.e. making it “world-ready”), such as handling input and output according to the format rules defined by your end user’s locale. But none of these other concerns can be addressed by resources. Resources merely provide translated content.
People often use the term “localization” when they mean “internationalization”. But Localization (L8N) is just one subset of Internationalization (I8N).