How to translate it into other language?
Closed this issue · 2 comments
archonwang commented
@HakanL ,
I am a translator and I want to translate it into my i18n with this software,
Unfortunately, I am not similar with VS and do not know how to add my localization file.
Could you tell me how to do so, please?
Thanks.
Klocman commented
If you already translated the resx files and have Visual Studio open:
- in the Solution Explorer click on the project
- on the tool bar above click Show All Files
- search for [your language code].resx to show the files you translated
- right click on the translations and click on Add to project.
Once everything is added you can commit changes to your branch from Team Explorer window (or git) and create a pull request.
archonwang commented
@Klocman , Thanks, I will try it later.