<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">When a user interacts with the payment service, we can get their locale from the HTTP headers. Later on we need to send them emails that are localized, when no browser is present in the request cycle to determine the locale from. <div class=""><br class=""></div><div class="">The simple solution to this is store the locale and re-use that at a later date. </div><div class=""><br class=""></div><div class="">FXA Profile Server says tantalizingly "A server to provide common profile-related data for a Firefox Account.
Such as name, avatar, location, age, gender, <a href="https://wiki.mozilla.org/Identity/Firefox-Accounts#What_information_does_Firefox_Accounts_store_about_the_user.3F_Can_I_use_it_to_store_user_data_for_my_application_or_service.3F" class="">etc</a>.”  But doesn’t seem to store location in an API I can use (and yes location != locale). </div><div class=""><br class=""></div><div class="">Before we go off and store this in our own world, can I confirm that the users locale isn’t stored in the FxA land already?</div></body></html>