资 源 简 介
This tool helps with the maintenance of localized resources for .Net or Java projects.
It allows you to edit the texts is an XLS sheet with one column per language. Your translator can work on this file, while you or your build script can use this tool to generate the localized files required by your project: RESX for .NET or .properties in UTF8 for JAVA.
We use this tool with english, french and japanese texts in a GWT project but any language can be supported.
xls-localization-tool can be used in command line or with a UI. It requires the .NET framework v2.0 and Microsoft Excel.
This project was originally called Resx2Xls and developed by Marco Roello. The original version is available at http://resx2xls.codeplex.com/ at http://www.codeproject.com/KB/cs/Resx2Xls.aspx.