We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaac30 commit c7af5f4Copy full SHA for c7af5f4
itt.ps1
@@ -1709,6 +1709,7 @@ $itt.Language = $shortCulture
1709
else
1710
{
1711
Set-Statusbar -Text "System language is not supported yet, Fallback to English"
1712
+$itt["window"].DataContext = $itt.database.locales.Controls.en
1713
$itt.Language = "en"
1714
}
1715
Set-ItemProperty -Path $itt.registryPath -Name "locales" -Value "default" -Force
0 commit comments