Skip to content
← Back to Index

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-SE

The value can contain any properties. The language and formatting values are recommended.

© 2024 Hantera AB. All rights reserved.