Page 1 of 1

Select UI Language Menu

Posted: Tue Jun 15, 2021 12:26 pm
by Manuel Costa
Good morning, I have a question, we currently use the Java version of Stimulsoft's Report Manager, on your website I saw that there is a feature called "SELECT UI LANGUANGE MENU" that translates the application to the desired language, but in our Report we were unable to find this feature as the attached image, would like to know how we can enable it?

Attached is an image taken from the stimulsoft website in the Report java version and another from our own database where this functionality is not found.

The Report with java that we use is in version 2021.3.3

Re: Select UI Language Menu

Posted: Wed Jun 16, 2021 5:41 am
by Andrew
Hello,

Please try the same with the code

options.setLocalization(request.getSession().getServletContext().getRealPath("/localization/en.xml"));

Does this help you?

Re: Select UI Language Menu

Posted: Wed Jun 16, 2021 2:37 pm
by webster.junior
Hi all, the question is how to enable the language selection button. Today this option is not visible, and the intention is to let the user choose, as in the image image_2021_06_14T19_52_47_884Z.png.

Re: Select UI Language Menu

Posted: Fri Jun 18, 2021 5:51 am
by Vadim
Hello.

You should setup Localizations folder with localization files : options.LocalizationDirectory = "Localization";