Closed sdwdjzhy closed 1 year ago
Test Projects
I found that when using the old project template, the language class library cannot be loaded。
The test projects has two project .they are NET 472, the [TestHandyControls] not working properly the [TestHandyControlsSDKTemplate] working ok
Create project with "WPF Application (.Net framework)" not "WPF Application".
I test .Net framework 4.7.2.
/// <summary> /// App.xaml 的交互逻辑 /// </summary> public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); ConfigHelper.Instance.SetLang("zh-CN"); } } // in MainWindow private void Button_Click(object sender, RoutedEventArgs e) { HandyControl.Controls.MessageBox.Show("adsfasdf"); }
i hope to the button's content is "确定" not "Confirm".
HandyControls (Custom version) 3.4.0
Visual Studio 2022
.Net Framework 4.7.2
May 2021 Update (19043)
No response
You should install language pack https://www.nuget.org/packages/HandyControls.Lang.zh-cn
it is.
I use the latest version of HandyControls
Describe the bug
Test Projects
I found that when using the old project template, the language class library cannot be loaded。
The test projects has two project .they are NET 472, the [TestHandyControls] not working properly the [TestHandyControlsSDKTemplate] working ok
Steps to reproduce the bug
Create project with "WPF Application (.Net framework)" not "WPF Application".
I test .Net framework 4.7.2.
Expected behavior
i hope to the button's content is "确定" not "Confirm".
Screenshots
NuGet package version
HandyControls (Custom version) 3.4.0
IDE
Visual Studio 2022
Framework type
.Net Framework 4.7.2
Windows version
May 2021 Update (19043)
Additional context
No response