Skip to main content

ASPxDiagramLocalizer Methods

Provides a means to localize the ASPxDiagram‘s UI elements at runtime.
Name Description
Clear() static Inherited from XtraLocalizer<T>.
ClearAll(Boolean) static Inherited from XtraLocalizer.
CreateComponentResourceManager(Type) static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from XtraLocalizer.
CreateResourceManager<TStringID>(XtraResXLocalizer<TStringID>, String, Type) static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from XtraLocalizer.
CreateResXLocalizer() Returns an object that comprises resources based on the thread’s language and regional settings (culture).
CreateXmlDocument() Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object. Inherited from XtraLocalizer<T>.
EnableTraceSource(String) static Allows the UI Localization Client to attach to the application. Inherited from XtraLocalizer.
EnterTraceMode(String) static Create the trace source and allows the UI Localization Client to attach to the application. Inherited from XtraLocalizer.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetActiveLocalizerProvider() static Returns an active localizer provider for this XtraLocalizer<T> object. Inherited from XtraLocalizer<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLocalizedString(T) Gets the string, localized by the current XtraLocalizer<T>, for the specified user interface element. Inherited from XtraLocalizer<T>.
GetString(ASPxDiagramStringId) static Returns a localized string for the specified string identifier.
GetType() Gets the Type of the current instance. Inherited from Object.
HandleAllThreadEvents() static Enables traking of all localization-related events from all threads in the application. Inherited from XtraLocalizer.
HandleRequestsFromAllThreads() static Allows to use localizer objects (including custom localizers) accross all application threads. Inherited from XtraLocalizer.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
RaiseActiveChanged() static Raises the XtraLocalizer<T>.ActiveChanged event. Inherited from XtraLocalizer<T>.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ReleaseTraceSource() static Inherited from XtraLocalizer.
SetActiveLocalizerProvider(ActiveLocalizerProvider<T>) static Sets an active localizer provider for this XtraLocalizer<T> object. Inherited from XtraLocalizer<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
WriteAllToXml(String) static Writes resource strings to a file in XML format. Inherited from XtraLocalizer.
WriteNonTranslatedToXml(String) static Writes non-translated resource strings in the application to a file in XML format. Inherited from XtraLocalizer.
WriteToXml(String, HashSet<String>) static Writes resource strings for the specified resource identifiers to a file in XML format. Inherited from XtraLocalizer.
WriteToXml(String) Saves the current XtraLocalizer<T>‘s resources to the specified XML file. Inherited from XtraLocalizer<T>.
See Also