ScintillaNET-FindReplaceDialog
ScintillaNET-FindReplaceDialog copied to clipboard
only eng?
hi, how to switch language in this component?
In my fork, I've collected text in StringConstants.[lang].cs file. For example StringConstants.zh-TW.cs.
It's far from perfect, but I think it's easy to modify this single file for your target language.
In the fork of @VPKSoft, we added support for localization using normal .resx files, see https://github.com/VPKSoft/ScintillaNET-FindReplaceDialog/pull/3 and https://github.com/VPKSoft/ScintillaNET-FindReplaceDialog/pull/5.
@huanlin maybe you want to convert your zh-Hant translation to that and submit a PR there?