Language selection in menu

Is it possible to add the language selection in either the top menu or tree menu? When you enable the language selection in a menu it adds another toolbar which takes away from screen real estate. I can’t find any way to link a menu item since the language selection isn’t an actual app.

Hi ancr
Did you found the way to do that?
Im in the same point
Tks

Create a new control app - for example change_language
Add a new field: language
field type is: Localizations

add code to event onValidateSuccess:
sc_redir (menu, “”, “_parent”);

Add the change_language app to the menu, to the position where you want.