# Functions
GetLanguage retrieves a translation pack or nil if the desired package couldn't be found.
RegisterTranslation makes adds a language to the registry and makes it available via Get.
# Variables
DefaultTranslation is the fallback translation for cases where the users preferred language can't be found.
# Type aliases
Translation represents key - value pairs of translated user interface strings.