Re: i18n -vs- strings



Fred> I'm new to this list, but I would suggest that you replace
Fred> common system wide strings such as these with defined constants
Fred> located in a common header

Fred> #ifdef ENGLISH
Fred> #define kACCEPT   "OK"
Fred> #elif DEUTCH
Fred> #define kACCEPT   "Ja"


This is unacceptable because it means translations are done at compile
time and not runtime.

Tom



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]