Dan Adams <dan <at> ifactory.com> writes: > How do people normally localize an enum? Store the key as the string and > then look up the message when needed?
Yup. I usually use the fully qualified class name + the enum constants as localized resource keys. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
