I use non English (Czech) UI of macOS Mojave and XCode 10.0 where I want to use NSOpenPanel and NSSavelPanel in my Swift 4.2 application. Some text items used in panels I can localize via NSOpenPanel/NSSavePanel classes properties but some (like Cancel button for example) I can't. Any suggestin how to localize those? Thanks.
Asked
Active
Viewed 302 times
0
-
Did you add the Czech localization? – Willeke Oct 11 '18 at 21:58
-
Nope. How I could? Ofcourse macOS is in Czech – Dawy Oct 12 '18 at 16:18
-
Go to Project info and add a localization. Or [change the development language](https://stackoverflow.com/questions/30695493/how-do-i-change-the-development-language-in-xcode-before-internationalizing-my-a/32742143) – Willeke Oct 12 '18 at 16:35