Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 990 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 990 Bytes

What is this?

If you've found that the localization task is quite boring and frustrating, this is the tool for you.

It can,

  • Read string data from .resx files.
  • Append a word with automated multi language translation (Google's Translation-API)
  • Edit on spread sheet if you don't like mechanical translation.
  • Write them back into .resx files.

How can I use it?

  1. Make these 4 .resx files. Empty resource file will do.
  • Resources.resx (English)(base)
  • Resources.zh-CN.resx (Simplified Chinese)
  • Resources.zh-TW.resx (Traditional Chinese)
  • Resources.ja-JP.resx (Japanese)
  1. Select the base .resx file from File menu.

  2. Type a word to localize into the text box. Or edit on the spreadsheet.

  3. Save

That's it!!

Credits

This tool relies on ReoGrid and Google Cloud Translation API