I get trouble with localization of Outlook VSTO on C#. It has PageChange event:
AppointmentItem item = Inspector.CurrentItem as AppointmentItem; if (item != null)