joel16 / NX-Shell

A multi-purpose file manager for the Nintendo Switch.
GNU General Public License v2.0
948 stars 64 forks source link

Displayed check box and folder icon on screen only. #117

Closed DDinghoya closed 2 years ago

DDinghoya commented 2 years ago

This was the first time it was launched after Korean language support.

As above title, I can see check box and folder icon only on screen. The reason why Korean character can not be printed is probably because Korean font is not supported. Is it right?

config.json's value is "multi_lang": 1

Please see the attached file.

nx-shell

joel16 commented 2 years ago

Assuming you are using applet mode, this currently will not work in applet mode.

DDinghoya commented 2 years ago

Assuming you are using applet mode, this currently will not work in applet mode.

Okay I'll check it! :)

DDinghoya commented 2 years ago

Assuming you are using applet mode, this currently will not work in applet mode.

As per your advice, the same phenomenon occurred in applet mode, and characters are displayed properly when applet mode is turned off.

The output is in English, can I change it to Korean in the menu or set it manually? Any good solutions?

joel16 commented 2 years ago

I haven't enabled a way to use language options officially, but if you really want to manually set it, you can edit the config.cfg file in /switch/NX-Shell and change language from 1 to 7. Make sure multi_lang is also 1.

And as stated earlier this will only work if you run it via game. Applet doesn't have enough memory.

fennectech commented 2 years ago

This is applet mode. It might be wise to add a box in a hot fix that checks the available ram and pops a message if there isnt enough

DDinghoya commented 2 years ago

I haven't enabled a way to use language options officially, but if you really want to manually set it, you can edit the config.cfg file in /switch/NX-Shell and change language from 1 to 7. Make sure multi_lang is also 1.

And as stated earlier this will only work if you run it via game. Applet doesn't have enough memory.

Thank you for strong your reply.

As above my comment, Based on your advice, I tested it in non-applet mode.

I don't know what the Korean number is, Again, let's manually assign numbers 1 through 7. :)

joel16 commented 2 years ago

I haven't enabled a way to use language options officially, but if you really want to manually set it, you can edit the config.cfg file in /switch/NX-Shell and change language from 1 to 7. Make sure multi_lang is also 1. And as stated earlier this will only work if you run it via game. Applet doesn't have enough memory.

Thank you for strong your reply.

As above my comment, Based on your advice, I tested it in non-applet mode.

I don't know what the Korean number is, Again, let's manually assign numbers 1 through 7. :)

Maybe you misunderstood, I was saying number 7 is Korean. So remove the 1 for language and use 7.

DDinghoya commented 2 years ago

I haven't enabled a way to use language options officially, but if you really want to manually set it, you can edit the config.cfg file in /switch/NX-Shell and change language from 1 to 7. Make sure multi_lang is also 1. And as stated earlier this will only work if you run it via game. Applet doesn't have enough memory.

Thank you for strong your reply. As above my comment, Based on your advice, I tested it in non-applet mode. I don't know what the Korean number is, Again, let's manually assign numbers 1 through 7. :)

Maybe you misunderstood, I was saying number 7 is Korean. So remove the 1 for language and use 7.

Korean language settings have been completed with your kind explanation. :)