mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-11 13:45:26 +00:00
[PR #898] [CLOSED] [WIP] Language support #1220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/898
Author: @Deterous
Created: 10/13/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
79f809aTest using resourcesb01af2eInclude system namespace in resource xamlcdf115asystem namespace nameae442e5rename strings20c6a0eDefault strings6f24f5dWindow resources86470acadd keysffabc5ajust one key938ed43Combo box exampledcb9471window resources📊 Changes
7 files changed (+202 additions, -39 deletions)
View changed files
📝
MPF.UI/App.xaml.cs(+16 -0)➕
MPF.UI/Resources/Strings.ko.xaml(+40 -0)➕
MPF.UI/Resources/Strings.xaml(+40 -0)📝
MPF.UI/UserControls/LogOutput.xaml(+2 -2)📝
MPF.UI/Windows/MainWindow.xaml(+50 -31)📝
MPF.UI/Windows/MainWindow.xaml.cs(+52 -4)📝
publish-nix.sh(+2 -2)📄 Description
Can't seem to figure out what's wrong, @mnadareski hope you can see in the changes tab what my idea is for adding language support. Maybe you're able to figure out how to implement this idea (no need to dev on my test branch).
I also have an idea for adding a little drop down in the UI menu bar. It's not wired in, but the idea is that UI language option shouldn't be hidden away in Options window because that requires navigating to it (in English).
More info:
https://learn.microsoft.com/en-us/windows/apps/develop/platform/xaml/xaml-resource-dictionary
Implementation for changing UI languages (when wired into the ComboBox):
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.