[email protected] wrote...
it's called internationalization
a) have a list of keywords in a database
b) have a language_id or something like that
c) use captions in different languages depending on the region that
you're in.
I've been doing stuff like this in the database world for years.
....
Keywords are nice, but how do you translate the English sentence "I get
it." into any other language?
Message internationalization is MUCH EASIER than true translation
because the messages are fixed sentences or series of sentences, and
the database comes with the complete translations in all supported
languages. It's just a simple lookup on message ID and language ID.
It's not translation.
But this may or may not be what the OP's after. It's possible what the
OP wants to do is change the language settings for formulas on the fly.
That's not possible in either Excel or Access (if Access provides
internationalization for it's built-in functions). Language settings
apply at application level, nor document or document section level.