WebTemplateStudio icon indicating copy to clipboard operation
WebTemplateStudio copied to clipboard

Add i18n Support

Open fazlurr opened this issue 5 years ago • 2 comments

I think it would be helpful to add an option to include i18n plugin or library to the project.

fazlurr avatar May 17 '19 23:05 fazlurr

do you have any recommendations? All text should be already put into resource files.

crutkas avatar May 20 '19 01:05 crutkas

We current localize all our strings on the client and the extension: https://github.com/microsoft/WebTemplateStudio/wiki/Internationalization

Extra work is still needed to detect the user's locale, and also send our resource files off to be translated since we currently only support English.

jsondoo avatar Aug 23 '19 19:08 jsondoo