https://github.com/xupefei/Locale-Emulator
Yet Another System Region and Language Simulator
https://github.com/xupefei/Locale-Emulator
Last synced: 26 days ago
JSON representation
Yet Another System Region and Language Simulator
- Host: GitHub
- URL: https://github.com/xupefei/Locale-Emulator
- Owner: xupefei
- License: lgpl-3.0
- Archived: true
- Created: 2013-03-17T13:51:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T09:55:46.000Z (about 3 years ago)
- Last Synced: 2025-01-17T18:36:26.146Z (3 months ago)
- Language: C#
- Homepage: https://pooi.moe/Locale-Emulator/
- Size: 1.12 MB
- Stars: 10,277
- Watchers: 300
- Forks: 788
- Open Issues: 212
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- stars - xupefei/Locale-Emulator
- awesome-hacking-lists - xupefei/Locale-Emulator - Yet Another System Region and Language Simulator (C# #)
- awesome-free-apps - Locale Emulator - Simulate different system regions and languages. πͺ π’ (Utility / Video Converters and Compressors)
README
Locale Emulator
===============[](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[](https://ci.appveyor.com/project/xupefei/Locale-Emulator)
[](https://github.com/xupefei/Locale-Emulator/releases)
[](https://github.com/xupefei/Locale-Emulator/releases/latest)Yet Another System Region and Language Simulator

## Download ##
Download available at .
For usage, please read (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 ##

`LEContextMenuHandler` project use source codes from [Microsoft All-In-One Code Framework](https://blogs.msdn.com/b/onecode/) which is licensed by [Microsoft Public License](https://www.microsoft.com/en-us/openness/licenses.aspx#MPL).
[Flat icon set](commit/eae9fbc27f1a4c85986577202b61742c6287e10a) from [graphicex](https://graphicex.com/icon-and-logo/15983-flat-alphabet-in-9-colors-with-long-shadow-6913875.html).
All other source code files are licensed under [LGPL-3.0](https://opensource.org/licenses/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.