https://github.com/psulek/lhqeditor
Localization HQ Editor
https://github.com/psulek/lhqeditor
editor localization resources resx strings wysiwyg
Last synced: 6 months ago
JSON representation
Localization HQ Editor
- Host: GitHub
- URL: https://github.com/psulek/lhqeditor
- Owner: psulek
- License: mit
- Created: 2021-11-23T07:58:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T12:01:02.000Z (about 1 year ago)
- Last Synced: 2025-05-02T14:10:18.544Z (about 1 year ago)
- Topics: editor, localization, resources, resx, strings, wysiwyg
- Language: C#
- Homepage:
- Size: 23.4 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Localization HQ Editor (aka lhqeditor)
**Visual Studio** extension for one-stop localizations, resources, strings, importing multiple resx strings into one centralized file. Generate C# source files with strong-typed classes to be consumed by .NET application.
## Official project page
Web - [psulek.github.io/lhqeditor](https://psulek.github.io/lhqeditor/)
## Features
### Supported Visual Studio versions
- 2015
- 2017
- 2019
- 2022
- 2026
from Community to Enterprise versions.
### WYSIWYG Editor
- Edit and manage string resources in visual tree
- Add foreign languages using lookup editor
- Translate multiple string resources in one click
- Lock translations for editing
- Perform actions on multiple resources
### Dark Mode
- Popular Dark mode is available

### Plugins
- Buildin plugins (import, export, online translation services)
- Import resources from multiple languages resx files
- Export resources to Microsoft Excel for external translation
- Import Microsoft Excel translations from external entity
### Code Generator
- Save file automatically generates code (strongly typed C#, resX, JSON)
- Different generator for ASP.NET Core, WPF, WinForms
### Visual Studio Templates
- New Project Wizard ➞ Localization HQ ➞ Project Templates
- New Item Wizard ➞ Localization HQ ➞ Item Templates
### Nuget Packages
- Nuget package for [ASP.NET Core](https://www.nuget.org/packages/ScaleHQ.AspNetCore.LHQ/)
- Nuget package for [WPF](https://www.nuget.org/packages/ScaleHQ.WPF.LHQ/)
> Read more about features and help pages on: [psulek.github.io/lhqeditor](https://psulek.github.io/lhqeditor/)
## Installation
There are two versions of **lhqeditor** extension:
- **LHQ Editor** for Visual Studio 2015 / 2017 / 2019
- **LHQ Editor VS2022** for Visual Studio 2022 / 2026
Install **lhqeditor** extension from [Visual Studio Marketplace](https://marketplace.visualstudio.com):
- [LHQ Editor](https://marketplace.visualstudio.com/items?itemName=scalehqsolutions.lhqeditor)
- [LHQ Editor VS2022](https://marketplace.visualstudio.com/items?itemName=scalehqsolutions.lhqeditorvs2022)
-or-
Install **lhqeditor** extension directly from Visual Studio IDE:
- Main Menu ➞ Extensions ➞ Manage Extensions ➞ Online ➞ enter search term "lhq"
## Contributors
Wanna help with project? Look at [CONTRIBUTING.md](./CONTRIBUTING.md)
## Bug / Feature Request
If you find a bug or missing some feature, please add new issue [here](https://github.com/psulek/lhqeditor/issues).
## License
[MIT](./LICENSE) / [Peter Šulek](https://github.com/psulek)
## Project Status
✅ Project is stable