WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

How to set English language in Liberty if Windows 8.1 has been set in Russian?

  • 1.  How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Tue January 23, 2018 01:57 PM

    How do I set English as the language in Liberty if Windows 8.1 has already been set to Russian? The languages are mixing between English and Russian. 

     



  • 2.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Wed January 24, 2018 02:37 AM

    To change the log language for Liberty use the following approach:

    Create the file  jvm.options file and add the following line: -Duser.language=en (for english).

    Restart the Liberty Server.

    Comment:

    There are different places where you can define the jvm.options file, see

    https://www.ibm.com/support/knowledgecenter/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_admin_customvars.html



  • 3.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Fri January 26, 2018 05:40 AM

    I had added jvm.options to $((wlp.install.dir)/usr/shared with -Duser.language=en. Liberty console became in English language. But the Server Configuration rested in Russian. I tried to add jvm.options into other 3 places, but in vain. I tried to add -Duser.Region=US and nothing was changed



  • 4.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Fri January 26, 2018 09:05 AM

    if you set ${wlp.install.dir}/etc/jvm.options , do you see the log files in english ? 

    Cheers

    Jose



  • 5.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Sat January 27, 2018 02:04 AM

    Yes, I see

     

    Regards



  • 6.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Fri February 02, 2018 05:12 AM

    server configuration is in Russian ... is that server.xml file on the host? 

    In Reply to Alexander Berezan:

    Yes, I see

     

    Regards



    Cheers

    Jose



  • 7.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Tue February 13, 2018 11:58 AM

    Thank you for your answer



  • 8.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Tue January 30, 2018 03:14 AM

    Self-answer:
    There are 3 different language settings. 1) For Liberty console (jvm.options). 2) For Eclipse console (eclipse.ini) 3) For text editors (Window->Preferences) and Server Cofiguration editor. For the last Servers->Liberty Server at localhost.server->Overview->Open launch configuration->Common->Encoding.Then Runtime Environment->Advanced Options->Refresh

    Thanks



  • 9.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Tue February 13, 2018 11:57 AM

    Thank you for your answer. The right way have begun from it



  • 10.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Mon February 05, 2018 07:26 AM

    Check this link https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014904063

    You need to regen server.xsd, as this file is used by the tooling and it by default is generated using system locale.

    Runt the following command from your wlp home:

    java -Duser.language=en -jar bin/tools/ws-schemagen.jar server.xsd

    Regards
    Gas



  • 11.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Tue February 13, 2018 12:01 PM

    Thank you for your answer. Are there any docs for ws-schemagen.jar



  • 12.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Thu February 15, 2018 02:07 AM

    Here is brief usage explanation, but you've probably already found it - https://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/rwlp_schema_gen.html



  • 13.  RE: How to set English language in Liberty if Windows 8.1 has been set in Russian?

    Posted Thu February 15, 2018 02:48 AM

    Thanks very much, I only start to work with the products