Allow setting LCID used by wxAutomationObject.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Jul 2012 10:31:55 +0000 (10:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Jul 2012 10:31:55 +0000 (10:31 +0000)
commitf239af65af594968e2fe6885e389a5bd28d73d9d
tree780f1f105256f9a82a316544ddc817e13ef5dbfd
parent3d2846fc06eda8d4323afca0b506e5400adaa2f5
Allow setting LCID used by wxAutomationObject.

Default user-locale-dependent LCID may be inappropriate for some situations,
notably Microsoft Excel uses localized formula names for non-English LCIDs.
So add a way to change the LCID to use at wxAutomationObject level while
preserving the old behaviour by default.

Closes #14540.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/ole/automtn.h
interface/wx/msw/ole/automtn.h
src/msw/ole/automtn.cpp