Aoi-hosizora / PowerPointArrangeAddin

A PowerPoint add-in for assisting arrangement operations.
MIT License
3 stars 1 forks source link

Question - handling translations #1

Closed pa-0 closed 5 months ago

pa-0 commented 6 months ago

Hi! I'm just wondering if you used a tool to handle all translations? (I noticed that its available in multiple languages)

Aoi-hosizora commented 5 months ago

Hi, I'm sorry for replying so late.

As you can see, I built this addin by VSTO, which is provided by .NET. So of course I can use the .NET resource feature for processing multilingual translation. You can read the following source code to know how to handle multilingualism.

If you feel no problem, please close this issue :P

https://github.com/Aoi-hosizora/PowerPointArrangeAddin/blob/500bb64361965521bab466018cea625284d09b54/PowerPointArrangeAddin/PowerPointArrangeAddin.csproj#L242-L254

https://github.com/Aoi-hosizora/PowerPointArrangeAddin/blob/500bb64361965521bab466018cea625284d09b54/PowerPointArrangeAddin/Misc/AddInLanguage.cs#L29-L35

pa-0 commented 5 months ago

Thanks so much for providing the detail!