Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Japanese keyboard setting

nynohunynohu
edited February 2019 in Questions And Answers

Hello guys

I've update Hololens with rs5 Japanese package (rs5_release.retail.ja-JP.10.0.17763.134) and now the OS turns to use Japanese interface instead of English. I am developing Hololens application (UWP) using Unity and HoloToolKit and using Keyboard prefab and KeyboardInputField to input text in my application. But I cannot see where to set keyboard to Japanese layout as default Hololens OS keyboard. How can I set the keyboard to input Japanese? Do i need to update HoloToolkit or turn to use MixedRealityToolkit? Any advice and suggestions will be greatly appreciated.
Developing environment:
Unity 2017.4.8f1
HoloToolkit 2017.4.2.0

Tagged:

Answers

  • Options

    I have met the same problem

  • Options
    nynohunynohu
    edited February 2019

    @hapagonmolie said:
    I have met the same problem

    As the result I've searched, the only way to input Japanese is you need to use the system keyboard. But you have to turn to set Build type to XAML instead of D3D, that can cause some errors when building or crash app if you are using D3D build type. And it needs to change logic of handling keyboard event that takes more cost to change/ implement your current programming.

Sign In or Register to comment.