No description
Find a file
2022-04-15 11:55:46 +02:00
LECommonLibrary Fix locking file when PEType failed. Origianl work by @shangjiaxuan. 2018-09-15 19:02:02 +03:00
LEContextMenuHandler Update tr-TR.xml 2021-08-24 06:11:29 +03:00
LEGUI optimise English 2022-02-24 11:53:46 +00:00
LEInstaller Refine install instructions 2019-08-16 17:05:58 +03:00
LEProc revert e1379908c3 2021-08-25 20:38:58 +02:00
LEUpdater Fix: always update LastUpdate date 2017-01-15 16:14:25 +02:00
Scripts v2400: update kernel to 505a25e2eeb4bcfef47c6e1d5636ee55c3333faf 2018-02-06 22:41:07 +02:00
.gitattributes Dummy 2014-11-29 12:49:28 +01:00
.gitignore gitignore: add .vs 2022-02-10 22:18:12 +08:00
COPYING Rename LICENSE-GPL.txt to COPYING 2017-06-18 16:52:13 +03:00
COPYING.LESSER Rename LICENSE-LGPL.txt to COPYING.LESSER 2017-06-18 16:52:26 +03:00
LocaleEmulator.sln add code signing script 2017-07-04 23:52:41 +03:00
README.md Use https 2019-06-23 15:17:29 +08:00

Locale Emulator

license AppVeyor Github All Releases GitHub release

Yet Another System Region and Language Simulator

LE interface

Download

Download available at https://github.com/xupefei/Locale-Emulator/releases.

For usage, please read https://xupefei.github.io/Locale-Emulator/ (in English and 中文).

Translate

If you want to help translating Locale Emulator, you can find all strings in

  • DefaultLanguage.xaml in LEGUI/Lang folder.
  • DefaultLanguage.xml in LEContextMenuHandler/Lang folder.

After you translated the above files into your language, please inform me by creating a pull request.

Build

  1. Clone the repo using Git.
  2. Install Microsoft Visual Studio 2015 / 2017.
  3. Open LocaleEmulator.sln.
  4. Perform Build action.
  5. Clone and build the core libraries: https://github.com/xupefei/Locale-Emulator-Core
  6. Copy LoaderDll.dll and LocaleEmulator.dll from Locale-Emulator-Core to Locale-Emulator build folder.

License

LGPL

LEContextMenuHandler project use source codes from Microsoft All-In-One Code Framework which is licensed by Microsoft Public License.

Flat icon set from graphicex.

All other source code files are licensed under LGPL-3.0.

If you want make any modification on these source codes while keeping new codes not protected by LGPL-3.0, please contact me for a sublicense instead.