-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Describe the bug
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.
/// <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");
}
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
