#Kontrolol
1 messages · Page 1 of 1 (latest)
I suspect you're referencing preferred_locales: https://stripe.com/docs/api/customers/object#customer_object-preferred_locales
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, so its under a different property name.
does it not show the value for english ?
"preferred_locales": [], for a customer that has english us as language
It will, if set. I don't believe there's a default value set
hmm ok.
these values are always going to be two character language identifiers, correct?
ok, they specify lang and country
if set
No, often follow a format like en-US
if the language property is not set, it will default to english united states (en-US) and not be shown as preferred-locale
ok, thank you for your help!
np!