Skip to content

602 - Locale Config

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

maml
{
  language: "es"
  country: "BO"
  timezone: "America/Punta_Arenas"
  currency: "LSL"

  date_format: "DD/MM/YYYY"
  time_format: "24h"
  first_day_of_week: "monday"
  decimal_separator: ","
}

See Also