Quote: Originally Posted by aychamo
lol no way, sorry. I have zero interest in doing multi-lingual stuff
Actually, you might not know it, but you already do

My wife's Arabic MP3s (belly dancer) that have Arabic characters in the titles show up just fine (same with a couple of Japanesse characters and various other UTF8 charaters from other languages) in your lists.
NSString and NSTextField have that all built in. What you need to do is move your hard coded text out using Localized Strings. You build the English version of the file and then someone that wants another language can send you that version of the localized file for you to include.
Take a look at the package contents for Calculator for an example. In each of the Language folders you have a Localizable.strings file. See
the docs, specifically the "Strings Files" as it shows you the Cocoa code to read them.
Like anything else, if you don't do it from the ground up, it's painful to go back and do later
-dave
EDIT: Fixed the URL so it goes to developer.apple.com instead of the local copy of the docs. Firefox didn't want to follow the local link for me