![]()
From: Nicolas Noble (Pixel@the-babel-tower.nobis-crew.org)
Date: Thu Mar 08 2001 - 07:12:05 CST
> lang[MSG_OTHER_MAIL_ARCHIVES]
> to
> lang[MSG_OTHER_LISTS]
>
> Does the lang function just convert "MSG_OTHER_MAIL_ARCHIVES" to
Where do you see that "lang" is a function?
Actually it's:
char ** lang;
so it's only a big dumb array of char pointers pointing to the correct
translated array of constant strings.
![]()