ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.1k stars 104 forks source link

Can HandyControls control language use the resx resource files within my project? #221

Closed luluxiaoyu closed 7 months ago

luluxiaoyu commented 7 months ago

I found in the document that introducing other language files requires additional installation of language packs. I hope Handycontrols control language can directly use the resource files within my project. I want to know if there is a way to implement it?

ghost1372 commented 7 months ago

Hi @luluxiaoyu Yes, you can use directly. We did this because we wanted to reduce the size of the final package. You can put the language files next to the executable file and you will have no problem. image