mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
PowerToys Settings and OOBE title localization (#10054)
This commit is contained in:
@@ -8,6 +8,7 @@ using interop;
|
||||
using Microsoft.PowerToys.Settings.UI.Helpers;
|
||||
using Microsoft.PowerToys.Settings.UI.OOBE.Views;
|
||||
using Microsoft.Toolkit.Wpf.UI.XamlHost;
|
||||
using Windows.ApplicationModel.Resources;
|
||||
|
||||
namespace PowerToys.Settings
|
||||
{
|
||||
@@ -31,6 +32,9 @@ namespace PowerToys.Settings
|
||||
{
|
||||
InitializeComponent();
|
||||
Utils.FitToScreen(this);
|
||||
|
||||
ResourceLoader loader = ResourceLoader.GetForViewIndependentUse();
|
||||
Title = loader.GetString("OobeWindow_Title");
|
||||
}
|
||||
|
||||
private void Window_Closed(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user