https://github.com/d-oit/convertaspnetboilerplatexml2resx
https://github.com/d-oit/convertaspnetboilerplatexml2resx
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-oit/convertaspnetboilerplatexml2resx
- Owner: d-oit
- Created: 2019-05-24T12:39:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T13:52:13.000Z (over 6 years ago)
- Last Synced: 2024-12-29T21:19:31.878Z (about 1 year ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert ASP.NET Boilerplate XML Localization to resx
Convert any existing .xml localization file to resx
### Prerequisites
. Net Framework 4.7.2
### Doing
Change the const string to your .xml
private const string _aspnetboilerblateXmlLocalizationFile = "erp.xml";
private const string _outputResxFile = "Erp.resx";
## License
This project is licensed under the MIT License