Hi,
In a blank project, I've put this code in the Window's mouseDown event:
dim s as string
s=app.BundleLocalizedStringMBS("Test","")
if s="Test" then
msgbox "For developer: the key ""Test"" was not localized for
any language."
end if
MsgBox s
I've compiled the app (as a PEF app, since my final app can't run as
Mach-O) and then I've bundled it (using App Bundler).
In "MyApplication.app/Contents/Resources/", I've added "French.lproj".
I've placed a file ("/resources/french.lproj/Localizable.strings")
which only contains:
"Test"="C'est un test";
(saved as a plain text file).
When I try my app, I only get a blank string (not even the "The key
"Test" was not localized for any language." message).
What else is required for the localization process?
Thanks
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>