XAMLMarkupExtensions/WPFLocalizeExtension

no underline is allowed in assembly name.

eric9881 opened this issue · 1 comments

Describe the bug
No underline is allowed in assembly name

To Reproduce
1.Create a WPF application like Wpf_App3.
2. Create multi-language resources
3. xmlns:lex="http://wpflocalizeextension.codeplex.com"
lex:LocalizeDictionary.DesignCulture="en"
lex:ResxLocalizationProvider.DefaultAssembly="Wpf_App3"
lex:ResxLocalizationProvider.DefaultDictionary="Resources"
image

Expected behavior
String "str0" is not correct referenced.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Enviroment (please complete the following information):

  • OS: WIN10
  • .NET Framework: [e.g. NET452, netcore30]
    VS2019
    Additional context
    Add any other context about the problem here.

Misoperation. Sorry about that.