Why do I can't input any Chinese word on the edge?

Anonymous
2025-02-28T22:26:21+00:00

No any Chinese word!!!

***zh-hans***

Microsoft Edge | Open the browser | MacOS

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. Anonymous
    2025-03-01T06:52:13+00:00

    Hello ,  Ziyang Rao Welcome to Microsoft Community.Based on your description, I understand that you are unable to input Chinese in the Edge browser on your mobile device. Could you please provide more details about the specific situation? Does "unable to input" mean that after typing Chinese using the input method and selecting the corresponding phrase, it doesn’t appear in the input box, or is it a different issue? How does this compare to other apps on your phone or the system’s default browser? Are you able to copy and paste "Chinese content" from elsewhere successfully? Of course, if it’s convenient for you, recording a screen video and providing it might make the issue more intuitive to understand.Before raising this issue, have you tried any solutions, such as uninstalling and reinstalling the app?Best wishesLeo Z | Microsoft Community Support Specialist

    0 comments No comments
  2. Anonymous
    2025-03-01T16:19:33+00:00

    我们同名字,这么有缘,发个邮件联系一下呗

    我的邮件 ******@msn.com

    0 comments No comments
  3. Anonymous
    2025-03-02T02:27:07+00:00

    There are no Linux choice, I think that Android is the same kernel to Ubuntu. I can't have any Chinese word in Ubuntu.

    0 comments No comments
  4. Anonymous
    2025-03-02T02:28:18+00:00
    0 comments No comments
  5. Anonymous
    2025-03-02T08:11:43+00:00

    Okay, I understand. If you are using Linux, the issue shouldn't be with Edge itself, but rather system-related. Please set your Linux display language to Chinese and add a Chinese input method. Please note that this community primarily provides Windows-related support. I performed similar operations when testing related issues before, so I can offer some simple instructions for reference. If this doesn't apply to your situation, please proceed to Linux-related resources for further assistance. Thank you for your understanding.  You can configure the input method engine and Chinese language support through the command line. Below are the basic steps to install and set up a Chinese input method (using the fcitx input method framework as an example):Step 1: Update System PackagesFirst, ensure your WSL Linux distribution is up to date. Open the WSL terminal and execute the following commands to update the package list and upgrade the system:sudo apt update 
    sudo apt upgradeStep 2: Install Chinese Language PacksInstall Chinese support and related language packs:sudo apt install language-pack-zh-hans 
    sudo apt install language-pack-zh-hantStep 3: Install Input Method Framework (fcitx)Install the fcitx input method framework and the Chinese input method engine (fcitx-pinyin):sudo apt install fcitx fcitx-pinyinStep 4: Install Input Method Configuration InterfaceIf you need a graphical interface input method configuration tool, you can install the following software:sudo apt install fcitx-config-gtkStep 5: Configure Environment VariablesNext, you need to set environment variables to ensure the system uses fcitx as the input method framework. Edit the ~/.bashrc file (or ~/.zshrc, depending on your shell):nano ~/.bashrcAdd the following content to the end of the file:export GTK_IM_MODULE=fcitx 
    export QT_IM_MODULE=fcitx 
    export XMODIFIERS="@im=fcitx"Save and exit (press Ctrl+X, then press Y to save).Make the configuration take effect:source ~/.bashrcStep 6: Install Chinese Fonts (Optional)To ensure Chinese characters are displayed correctly, you can install Chinese fonts:sudo apt install fonts-wqy-microheiStep 7: Start fcitxTo start fcitx, execute the following command in the terminal:fcitxIf you are using WSL 2 in a graphical interface (such as X11 or Wayland), you should now be able to input Chinese through fcitx.Step 8: Set Default Input Method to ChineseIf you want to set pinyin as the default input method, after starting fcitx, you can configure the input method order through fcitx-configtool, or use the input method switching keys (usually Ctrl+Space) in the graphical interface.

    Best Regards

    Leo Z | Microsoft Community Support Specialist

    1 person found this answer helpful.
    0 comments No comments