String constants for Web Access

J

John Miller

Where are the string constants stored for WebAccess? I am referring to the
oLocalizedStrings.LoadStringTable calls and oString.GetString calls.
 
J

John Miller

Some of the string constants are here but I don't see all of them.

I can't find where the homepage welcome message is stored. Here is the code
call for it: oStrings.GetString(IDS_HOME_SECTIONINFO_TITLE)

Do you know where this is stored?
 
G

Gary L. Chefetz [MVP]

John:

All localized strings are stored in the table I previously referenced.
 
Top