I just started using UIAutomation for some testing. I got the most stuff working except this seemly simple one.
I want to verify the localized text displayed in a combobox, but I couldn't figure out how to retrieve the (localized) display text (combobox items are enumeration items) using UIAutomation API.
UISpy doesn't show me the localized display text either (it shows the enum.ToString() value of the current selected item).
Your help is much appreciated.