Changing Detamap Languages
The lang Setting
A Detamap may include a lang setting that can aid in accepting various languages and dialects.
The value provided to the lang setting should be the 2 character ISO 639 code, followed by a dash (-) followed by a 2 or 3 character ISO 3166 code.
lang can also take a number of aliases, which are defined by the detakon.detakon.Converter._load_language() method and are mapped to the corresponding file in the src/detakon/languages directory. Typically an alias will exist for each combination of ISO 639 (2-character and 3-character) codes and ISO 3166 (2-character, 3-character, and 3-digit) codes.
If lang is not present in the Detamap, en-us is loaded by default.
Available Languages
Currently defined languages:
en-us
Examples
"lang": "en-us"