Back to Devexpress

XtraLocalizer Methods

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-dot-underscore-methods.md

latest5.3 KB
Original Source

XtraLocalizer Methods

Includes a comprehensive API to localize DevExpress UI controls.

NameDescription
ClearAll(Boolean) static
CreateAssemblyResourceManager(String, Type) static
CreateComponentResourceManager(Type) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.
CreateResourceManager<TStringID>(XtraResXLocalizer<TStringID>, String, Type) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.
CreateXmlUserResourceManager(String, String) static
EnableTraceSource(String) staticAllows the UI Localization Client to attach to the application.
EnterTraceMode(String) staticCreate the trace source and allows the UI Localization Client to attach to the application.
Equals(Object, Object) staticDetermines 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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
HandleAllThreadEvents() staticEnables traking of all localization-related events from all threads in the application.
HandleRequestsFromAllThreads() staticAllows to use localizer objects (including custom localizers) accross all application threads.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ReleaseTraceSource() static
ToString()Returns a string that represents the current object. Inherited from Object.
WriteAllToXml(String) staticWrites resource strings to a file in XML format.
WriteNonTranslatedToXml(String) staticWrites non-translated resource strings in the application to a file in XML format.
WriteToXml(String, HashSet<String>) staticWrites resource strings for the specified resource identifiers to a file in XML format.

See Also

XtraLocalizer Class

XtraLocalizer Members

DevExpress.Utils.Localization Namespace