zoukankan      html  css  js  c++  java
  • 改变xmind显示中文界面

      最近打算迁移到ubuntu系统做为主系统,打算使用xmind这个工具,因为我的ubuntu并没有使用简体中文,xmind是根据系统的语种来自动选择的,所以也直接为英文界面,实在使用不习惯,查到了这篇文章,如下:

      链接:https://xmind.desk.com/customer/portal/articles/671376-how-do-i-change-xmind-language-

    Currently, XMind contains eight language packs, English, German, French, Spanish, Danish, Korean, Japanese, Chinese(Simplified), and Chinese(Traditional). When XMind is installed, it will choose the language from these packages to meet your operating system display setting. And if you're using a language xmind does support, it will use English.

    You can also change the used language package by yourself.

    1. Find out XMind.ini file*
    2. Open it with text editor tool.
    3. Add the following two lines file to the beginning of this file
      • First line: -nl
      • Second line: en_US**
    4. Save it, and launch XMind

    XMind now is using the English as interface language.

    * On Windows and Linux, XMind.ini file will be in the folder where you install it.
      On Mac OS X, its path is "Application folder --- XMind (right click) --- select Show Package Contents -- choose Contents -- MacOS" (from XMind 2012)


    ** You can also use other language package by changing the second line text from "en_US" to:

      • Simplified Chinese: zh_CN
      • Traditional Chinese: zh_TW
      • German: de
      • Japanese: ja
      • French: fr
      • Spanish: es
      • Danish: da
      • Korean: ko
  • 相关阅读:
    Tomcat && Servlet
    List,Set,Collections工具类
    多表查询
    常用的API--集合
    msmpeng.exe阻止移动硬盘弹出
    接口400错误解析
    JDBC/Mybatis连接数据库报错:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
    tomcat启动报错:A child container failed during start
    PAT 1019 数字黑洞
    PAT 1017 A除以B
  • 原文地址:https://www.cnblogs.com/virtualnet/p/3645474.html
Copyright © 2011-2022 走看看