FrameworkElementAutomationPeer.GetLocalizedControlTypeCore Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a localized human-readable string that identifies a control type. The control type is for the owner type that is associated with this FrameworkElementAutomationPeer. This method is called by GetLocalizedControlType.
Assembly: System.Windows (in System.Windows.dll)
The return value for this method in the FrameworkElementAutomationPeer implementation comes from an internal property store. Generally this returns the localized string form of the AutomationControlType.Custom enumeration value, for instance the string "custom" for en-us. Overrides of GetLocalizedControlTypeCore should use control resources or other techniques that permit the strings returned by this method to be localizable without having full access to the control source code.