Hello,
every where, to set the breadcrumb the following code is used
kkAppEng.nav.add(getCatMessage(request, "header.address.book"), request);
execpt in LogoutAction.java,
kkAppEng.nav.set(Constants.logoutPage, request);
so the language is not picked up,
any specific reason ???
can i change it to
kkAppEng.nav.set(getCatMessage(request, "header.logout.page"), request);
??
regards
Quoteany specific reason
That was the old way of doing it. The language is picked up but doesn't change as you swap languages.
Quotecan i change it to
Yes