The string to translate.
The parameters to send to the translate function.
Adds a translated string to the current language object.
The identifier of the translation.
The value of the translation in the current selected language.
Switch the current language of the translateService. If the supplied language parameter is not yet present in the translations object, the service will try to load a json file in the location specified in translationsLocation property. example: use('fr'), will load 'assets/translations/fr.json' by default
The language identifier.
Set this to true to reload the json translation file.
Translates a string to the current language of the TranslateService.