Hello,
is there any way how to create localized attribute values using C++ DOM 
interface. If I create new node and set attribute using

element->SetAttribute(NS_LITERAL_STRING("value"), 
NS_LITERAL_STRING("&localizedString;"));

value "&localizedString;" is not replaced with correct localized string 
from relevant DTD file.

Is there any method like GetLocalizedString(in stringIdentifier, out 
localizedString)?

Thanks,
     Zdenek


Reply via email to