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
  • 相关阅读:
    luogu P5325 Min_25筛
    P5468 [NOI2019]回家路线 斜率优化 dp
    退役了
    6.18 省选模拟赛 树 倍增 LCT
    导出excel时一个页面问题-X11GraphicsEnvironment
    2019首篇
    Glide:重新加载失败的问题
    Android上传图片的两种方式
    Bug:No mapping for GET /onepill//swagger-ui.html
    Android集成百度地图
  • 原文地址:https://www.cnblogs.com/virtualnet/p/3645474.html
Copyright © 2011-2022 走看看