XAMLMarkupExtensions / WPFLocalizeExtension

LocalizationExtension is a the easy way to localize any type of DependencyProperties or native Properties on DependencyObjects
Microsoft Public License
636 stars 130 forks source link

no underline is allowed in assembly name. #331

Closed eric9881 closed 2 years ago

eric9881 commented 2 years ago

Describe the bug No underline is allowed in assembly name

To Reproduce 1.Create a WPF application like Wpf_App3.

  1. Create multi-language resources
  2. 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):

eric9881 commented 2 years ago

Misoperation. Sorry about that.