When true, returns pseudo language string. Defaults to false.
Returns the current language resource in use
Returns the translated formatted string if exists, falls back to default resource if translated string doesn't exist in current resource throws an error if current resource does not exist
the string to translate
the tokens to replace in translated string if exist
the translated string with tokens
Resets the resource map to include remote language resource files: en by default, and the closest selected language (e.g.: if selected language is fr-CA, and fr-CA doesn't exists but fr exists, it loads fr)
the url to the language file's folder
Sets currentResource given the language code, fall back to available resource if necessary.
Generated using TypeDoc