Maplespe / ExplorerBlurMica

Add background Blur effect or Acrylic (Mica for win11) effect to explorer for win10 and win11
GNU Lesser General Public License v3.0
1.64k stars 74 forks source link

How to open language files in MToolBox? #141

Closed lengoc-quang closed 7 months ago

lengoc-quang commented 7 months ago

@Maplespe I want to make an English version of MToolBox. When I open it in VSCode, it said:

The file is not displayed in the text editor because it is either binary or uses an unsupported text encoding.

I tried to open it in Resource Hacker, Visual Studio, 7zip and they can't open it. How can I open this .mlang file?

Maplespe commented 7 months ago

It is encoded as a binary file and cannot be opened by a normal editor. Only the UI library toolkit can edit it, but it is currently private.

lengoc-quang commented 7 months ago

Thank you!