The Lucca API does not localize responses based on the client’s locale. Instead, it provides exhaustive data, allowing clients to localize content according to their own users’ preferences.
t9n
object containing localized versions of those properties. This object maps translatable property names to a dictionary of translations, keyed by IETF BCP 47 language tags:
Only the invariant value is guaranteed to be present. The
t9n
translations are optional and may be incomplete.1
Look for a region-specific tag
For example:
"fr-CH"
.2
Fall back to alternative language tag(s)
For example:
"fr-FR"
, then "fr"
.3
Finally, use the invariant value