Skip to content

020 - Locale Config

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

maml
{
  language: "pt"
  country: "VE"
  timezone: "Pacific/Wake"
  currency: "DJF"

  date_format: "YYYY-MM-DD"
  time_format: "12h"
  first_day_of_week: "monday"
  decimal_separator: "."
}

See Also