I have resource strings for various languages collected into a large excel sheet. Is there a tool to convert the strings for each language into .NET resource files (resx)?
-pom
I have resource strings for various languages collected into a large excel sheet. Is there a tool to convert the strings for each language into .NET resource files (resx)?
-pom
Simple cut-and-paste worked for me:
As I develop, I maintain only the English language file. For each release, I update the excel with the new controls and their translations, remove the other old languages resx files, re-create then and past as described above.
I was looking for something similar and created a tool for it years back. I open sourced it a couple of weeks ago: https://github.com/jtorvald/excel2resource/
Binaries available under releases for Mac/Linux and Windows.
You can use this tool to generate the resource files once or watch the Excel file for changes and generate on every save.
© 2022 - 2024 — McMap. All rights reserved.