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
  • 相关阅读:
    内存泄露之LeakCanary原理简析
    springboot(2.3.4)替换默认的logback为log4j2
    springboot-SPI-修改配置文件
    Vue组件
    米尔开发板测试记录
    调试米尔开发板记录
    linux操作GPIO命令
    linux操作PWM命令
    前端缓存(Storage)之有效期
    微信移动端判断二维码识别是否长按
  • 原文地址:https://www.cnblogs.com/virtualnet/p/3645474.html
Copyright © 2011-2022 走看看