2024-11-08 08:45 AM
Hi,
one of the most comfortable functions of the simulator is the possibility to create screenshots. We heavily make use of this for our operation manuals.
The point is: Now we have 24 languages and even consider to add some more. This means we have to navigate to main menu to change the language, then navigate to the requested screen, open windows, do scrolling etc., take a screenshot and repeat. It is an exhausting procedure to create every picture in every language.
A litte script would be perfect:
for(i=0; i<MAX_LANGUAGE; i++)
{
setLanguage(i);
MakeScreenshot();
}
Okay, it sounds easy and maybe it is not. Nevertheless, for me it would be sufficient to change the language with keyboard shortcuts (maybe page up/down). If you would show the language in the title and add it to the filename of the screenshot it would be a very feasable solution for us.
This suggestion is similar:
Fast switch between selected Languages in TouchGFX... - STMicroelectronics Community
Also testing the screens in all languages would be very easy. It is necessary to check every screen for translations to fit into the text areas.
Do you think it is possible to add the feature to the simulator?
Best regards
Alexander