ConstCreate a new language.
Language data
Promise with create result including new ID
Delete a language.
Language ID
Promise with delete result
Get a single language by ID.
Language ID
Promise with language data and all languages dictionary
Get all predefined language definitions (presets).
Promise with language definitions keyed by name
Get statistics for a language (text counts, word counts, etc.).
Language ID
Promise with language stats
Get all languages with statistics.
Promise with language list and current language ID
Refresh (reparse) all texts for a language. This is needed when parsing-related settings change.
Language ID
Promise with refresh statistics
Set a language as the current/default language.
Language ID
Promise with success status
Update an existing language.
Language ID
Updated language data
Promise with update result
Languages API methods.