Skip to content

118 - Locale Config

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

maml
{
  language: "es"
  country: "NA"
  timezone: "Asia/Kamchatka"
  currency: "LSL"

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

See Also