List of localized standard field names

  • Thread starter Thread starter Peter Theill
  • Start date Start date
P

Peter Theill

I'm looking for a list of standard field names available in Outlook for
specific languages. Does such a list exist?

In the "Microsoft Outlook VB Reference" I found a list of English names
(under the topic "Outlook fields and equivalent properties") however
since Outlook standard field names are localized, I need to update
bindings in a custom form based on language.

I'm after a list looking something like this:

English | Danish | Croatian | ...
 
Alternatively is it possible to download the "Microsoft Outlook Visual
Basic Reference" for a localized language? I'm only able to find the
English version.
 
I've never seen either of these localized.
<<

Urgh, not the answer I hoped for. Hmm, I was wondering in which DLL
these names are stored? In this case I could probably make some code
which would enumerate the resources in the DLL and extract the
information - my guess is that the core field names are stored in the
same string table index across localized versions.
 
Back
Top