Skip to content

920 - Locale Config

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

maml
{
  language: "zh"
  country: "NU"
  timezone: "America/Indiana/Vincennes"
  currency: "DJF"

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

See Also