Adds tasks to be executed on language change.
addTasks({ reload: lang => console.log(lang) }); Copy
addTasks({ reload: lang => console.log(lang) });
The tasks to add.
True if added correctly, false otherwise.
Adds tasks to be executed on language change.
Example