I’m working on a web app which must support multiple languages (lucky for me, the client requested English & Spanish but I want to be ready to easily add another in the future).
First, I did some reading on localization (l10n) vs. internationalization (i18n) and while my requirement isn’t quite “localization,” it’s close enough so that’s what I’m calling it.