I
iterator
Hello.
I am writing a little add-in for MS Project with C++/ATL and I have an issue
with localization of possible values for function parameter.
Application.FilterEdit method has parameter "Test" wich can be one of
"equals", "does not equal", etc... strings. This strings are diffrent in
localized MS Project versions, Japanese for the sample. When I passing
English values to such localized version of MS Project, application fails.
My question is: How i can determinate possible localized values of "Test"
parameter in runtime? Or how I can order MS Project to understand values on
English on any localized version of MS Project?
Big thanks!)
I am writing a little add-in for MS Project with C++/ATL and I have an issue
with localization of possible values for function parameter.
Application.FilterEdit method has parameter "Test" wich can be one of
"equals", "does not equal", etc... strings. This strings are diffrent in
localized MS Project versions, Japanese for the sample. When I passing
English values to such localized version of MS Project, application fails.
My question is: How i can determinate possible localized values of "Test"
parameter in runtime? Or how I can order MS Project to understand values on
English on any localized version of MS Project?
Big thanks!)