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
  • 相关阅读:
    Leetcode:50. Pow(x, n)
    loj 2759「JOI 2014 Final」飞天鼠
    bzoj 3569 DZY Loves Chinese II
    CF407D Largest Submatrix 3
    bzoj 3837 pa2013 Filary
    bzoj 4722 由乃
    CF1105E Helping Hiasat
    loj 6043「雅礼集训 2017 Day7」蛐蛐国的修墙方案
    luogu P2605 [ZJOI2010]基站选址
    luogu P3226 [HNOI2012]集合选数
  • 原文地址:https://www.cnblogs.com/virtualnet/p/3645474.html
Copyright © 2011-2022 走看看