localizable strings file with macro
localizable strings file with macro
- Subject: localizable strings file with macro
- From: Mitchell Livingston <email@hidden>
- Date: Mon, 3 Mar 2008 21:53:08 -0500
Hello,
I have C code that I want to generate a strings file for use on Mac. I
use:
#if defined(SYS_DARWIN)
#include <CoreFoundation/CFBundle.h>
#define _(a) CFStringGetCStringPtr(CFCopyLocalizedStringFromTable( \
CFSTR( a ), CFSTR("LibraryLocalizable"), "comment" ),
kCFStringEncodingMacRoman)
#else
...
Unfortunately genstrings does not seem to compile the code before
attempting to create the strings file. Is there some way to generate a
string file while still considering that the code will also be run on
other operating systems that generate localizable strings in different
ways?
Thanks,
Mitchell Livingston
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden