Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

language

Optional.

If null or missing then no change will be done.

To change the user interface language. For example:

Code Block
"language": "fr"

To get all available options check out the “includeOptions” property in method persons/{uid}/settings

string?, Optional

culture

Optional.

If null or missing then no change will be done.

To change the date time format (culture) to a specific region. For example:

Code Block
"culture": "fr-FR"

To get all available options check out the “includeOptions” property in method persons/{uid}/settings

string?, Optional

timezone

Optional.

If null or missing then no change will be done.

To change the time zone. For example:

Code Block
"languagetimezone": "Romance Daylight Time"

To get all available options check out the “includeOptions” property in method persons/{uid}/settings

string?, Optional

...