locales
Locales are defined in the registry and used throughout the system. Refer to Dimensions for more info.
Each locale must have a unique key that can only contain a-z 0-9 and _. And the first character has to be non-numeric.
For example:
yaml
uri: /registry/locales/sweden
spec:
value:
language: sv
formatting: sv-SEThe value can contain any properties. The language and formatting values are recommended.