Skip to content

504 - Locale Config

Regional and locale settings. This is an example of a MAML document.

maml
{
  language: "es"
  country: "NU"
  timezone: "Europe/Mariehamn"
  currency: "TWD"

  date_format: "DD/MM/YYYY"
  time_format: "12h"
  first_day_of_week: "sunday"
  decimal_separator: "."
}

See Also