An open API service indexing awesome lists of open source software.

https://github.com/d-oit/convertaspnetboilerplatexml2resx


https://github.com/d-oit/convertaspnetboilerplatexml2resx

Last synced: 3 days ago
JSON representation

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