RFEM_Python_Client icon indicating copy to clipboard operation
RFEM_Python_Client copied to clipboard

Different language of RFEM6Server than GUI version

Open jlubojacka opened this issue 1 year ago • 2 comments

Hello RFEM Developers/Community,

we are running RFEM6Server on production for better performance. We would like to show messages from RFEM to the user, but only in English so most of the users can understand it. However when RFEM Server outputs messages, they are in local OS language (Czech), although the language in RFEM settings is English.

When running our code with the GUI version, all the messages were in English as expected.

Is it possible to have messages of RFEM6Server in English? Do we need to add some option in the command line while starting the server?

Thanks for the clarification.

Versions:

  • Version of OS: Windows 11
  • Version of RFEM program : 6.07.0005.244
  • Version of RFEM Python Client 1.19.4

lang

jlubojacka avatar Jan 06 '25 13:01 jlubojacka

Hello @jlubojacka, You can start RFEM6Server with the additional argument --DEV-language=en in the command line. This should solve your problem.

Let me know if it works or not.

heetrojivadiya avatar Jan 29 '25 14:01 heetrojivadiya

Thank you for the reply, @heetrojivadiya,

unfortunatelly I'm not able to run RFEM6Server with this option.

Steps I do:

  • open command line inside the bin folder of installed RFEM
  • run following command

./RFEM6Server.exe --DEV-language=en [email protected] --password=xxxx --license=xxxxxx --start-soap-server=8081 --soap-number-of-model-server-ports=8

Output:

QCommandLineParser: option not defined: "?"
QCommandLineParser: option not defined: "help-all"
QCommandLineParser: option not defined: "version"
QCommandLineParser: option not defined: "DEV-dbg-min-curvature-surface"
QCommandLineParser: option not defined: "DEV-dedicated-mode"
QCommandLineParser: option not defined: "newInstance"
QCommandLineParser: option not defined: "osg-log"
FATAL: Failed to parse program arguments: Unknown option 'DEV-language'.

I tested it on RFEM version 6.07.0005.244 and RFEM version 6.09.0003.223 too. Any guidance or help would be greatly appreciated.

jlubojacka avatar Jan 30 '25 12:01 jlubojacka