Phil Stracchino wrote:
> Arno Lehmann wrote:
> 
>>I guessed that was part of your patch, but wasn't sure.
>>
>>Concerning internationalization - I don't think that results codes are
>>the most important thing, but it's probably the easiest part to change...
> 
> Yes, we can just load the table from a language-specific file during
> installation.

Or just add an extra attribute to the tuple, say, "language" and include
that when looking up the string. It would bloat the table somewhat, but
it'd be insignificant compared to the size of the average catalog db, I
expect.

select statuslong from statustext where code = 'C' and lang = 'en';

or something..

-- 
Russell Howe
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to