* language files; false: edit language files
*/
public TranslationToolMainController(UserRequest ureq, WindowControl control, boolean customizingMode) {
super(ureq, control);
// Create bread crumb navigation
breadCrumbLayoutCtr = new BreadCrumbController(ureq, control);
listenTo(breadCrumbLayoutCtr);
// Add translation tool start controller to bread crumb
startCtr = new TranslationToolStartCrumbController(ureq, control, customizingMode);
listenTo(startCtr);
breadCrumbLayoutCtr.activateFirstCrumbController(startCtr);