Skip to content

215 - Locale Config

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

maml
{
  language: "en"
  country: "IR"
  timezone: "America/Maceio"
  currency: "KWD"

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

See Also