Skip to content

414 - Locale Config

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

maml
{
  language: "ja"
  country: "SB"
  timezone: "America/Argentina/Salta"
  currency: "AZN"

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

See Also