Fody / Costura

Embed references as resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to switch languages according to regional settings

kelilife opened this issue · comments

IF YOU DON'T ANSWER THIS TEMPLATE - THE BOT WILL AUTOMATICALLY CLOSE YOUR ISSUE!

Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)

  • WinForm
  • WPF
  • UWP
  • iOS
  • Android
  • .NET Standard
  • .NET Core

Component

What component is this issue occurring in?
Don't know.

Version of Library

v5.7

Version of OS(s) listed above with issue

Windows 10

Steps to Reproduce

  1. Run a program with using fody.
  2. UI display cannot be changed according to settings.

Expected Behavior

Can do this.

Actual Behavior

Cannot do this.

Does it support Resx multilingual system? Because, I find that supported list does not contain this.

Yes, Costura does embed language resources. But there is not enough information (as in: please provide a repro) to even look into this.

FodyDemo.zip

  1. I hope to solve the dependency library resource string multi-language problem
  2. I hope that not only the multilingual resource dll of the dependency library is merged, but also the current main assembly (exe or dll) should be so(I didn't add the resource, but I have done tests.)