Examine the existing 'email users' quickstart sample in this repo. Identify where the welcome email is sent. Then implement localization support to send a localized version based on the user's locale. Look for any comments in the issue or related discussions for guidance. Consider using a simple i18n library or JSON files for translations. Test with multiple locales.