On this page in the docs, on event.products returned from a store.loadProducts() call, the value of priceLocale is listed as such:
priceLocale — A string representing a locale string in one of the following forms:
<IsoLanguageCode>_<IsoCountryCode>
<IsoLanguageCode>-<IsoScriptCode>_<IsoCountryCode>
However, in testing on an actual device I’m getting this format being returned:
en_US@currency=USD
Is this consistent? Will it always be formatted like the way it was returned?