> and a call to the API would be:
> char *label = gettext( "This feels strange\n" );

Does you idea allow for:
int msgid = txtToMsgid( "This feels strange\n" );
char *label = msgidToRes( msgid );

In addition to the above, since this affords compile-time optimizations?

I'm not following this thread with enthusiasm (I'm an English Biggot
myself), but I'm assuming it involves (among other things) displaying
locale-based error messages.  Such messages could be known after
compilation.  Granted errors don't really need to be fail-fast.

-Michael

Reply via email to