|
|
 |
Re: FN-FORUM: Non Roman Alphatetic characters
date posted 2nd August 2005 13:31
On Tue, 2 Aug 2005, PAMELA WHITTAKER wrote:
> Thanks - I take it that means seven different Databases - one for each
> Language then? It will be SQL Server not Access.
No one database .... e.g.
Locale table : where we store the locales used in the app.
id - language id
locale - locale it represents.
name - human readable description of the locale
Property table : where we store i18n content.
name - name of the String being stored.
localeID - the unique id of the locale
value - content assigned to this property
--
Graeme -
Outlook Express user? - http://home.in.tum.de/~jain/software/oe-quotefix/
http://wiki.workalone.co.uk/index.php?page=RulesForPosting
|
 |
|