Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xupefei/Locale-Emulator
Yet Another System Region and Language Simulator
https://github.com/xupefei/Locale-Emulator
Last synced: about 2 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T09:55:46.000Z (over 2 years ago)
- Last Synced: 2024-09-26T22:01:58.540Z (3 months ago)
- Language: C#
- Homepage: https://pooi.moe/Locale-Emulator/
- Size: 1.12 MB
- Stars: 9,957
- Watchers: 296
- Forks: 782
- 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# #)
README
Locale Emulator
===============[![license](https://img.shields.io/github/license/xupefei/Locale-Emulator.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[![AppVeyor](https://img.shields.io/appveyor/ci/xupefei/Locale-Emulator.svg)](https://ci.appveyor.com/project/xupefei/Locale-Emulator)
[![Github All Releases](https://img.shields.io/github/downloads/xupefei/Locale-Emulator/total.svg)](https://github.com/xupefei/Locale-Emulator/releases)
[![GitHub release](https://img.shields.io/github/release/xupefei/Locale-Emulator.svg)](https://github.com/xupefei/Locale-Emulator/releases/latest)Yet Another System Region and Language Simulator
![LE interface](https://i.imgur.com/E4Gqyly.png)
## 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 ##
![LGPL](https://www.gnu.org/graphics/lgplv3-147x51.png)
`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.