String
Returns the value of the specified language variable.
var value = this.lang.get('myplugin.get-code');
Parses a string with a language variable.
var str = this.lang.parse('My string with ');