# Functions
LoadLanguage sets the package level Printer after loading the desired language file from the path messagesFile.
LoadLanguageBytes sets the package level Printer after loading the desired language data from a byte array.
T (Translate) takes the message key stringID and returns the string value that the key maps to in the loaded messages file.
# Variables
DefaultLang is the default langugage, set to English.
Printer is the message printer used by T to obtain a translated value.