You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
In recent versions of macOS a language can be chosen per app. Fyne does not seem to support this yet, and in fact it does require support from the application.
How to reproduce
Install any Fyne app that supports more than one language
Go to SystemSettings -> General -> Language & Region -> Applications
Click "+" and select installed Fyne app
Screenshots
Example code
Any installed Fyne app shows this.
Fyne version
develop
Go compiler version
go1.23.3 darwin/amd64
Operating system and version
macOS Sonoma (14.7.1)
Additional Information
Simply creating lproj directories in Contents/Resources/ makes the languages appear, but when selected the app still doesn't localize. Maybe some additional API needs to be called?
Checklist
Describe the bug
In recent versions of macOS a language can be chosen per app. Fyne does not seem to support this yet, and in fact it does require support from the application.
How to reproduce
Screenshots
Example code
Any installed Fyne app shows this.
Fyne version
develop
Go compiler version
go1.23.3 darwin/amd64
Operating system and version
macOS Sonoma (14.7.1)
Additional Information
Simply creating
lproj
directories inContents/Resources/
makes the languages appear, but when selected the app still doesn't localize. Maybe some additional API needs to be called?The directory format for localization is mentioned here: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html
The text was updated successfully, but these errors were encountered: