Back to Devexpress

XtraLocalizer Members

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

latest6.4 KB
Original Source

XtraLocalizer Members

Includes a comprehensive API to localize DevExpress UI controls.

Fields

NameDescription
TraceSourceSize staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.

Properties

NameDescription
UserResourceManager staticGets or sets the resource manager.

Methods

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.

Events

NameDescription
QueryLocalizedString staticAllows you to localize resources for all DevExpress UI controls in your application.
QueryLocalizedStringContainerResource staticAllows you to localize resources of data forms integrated in DevExpress UI controls.
QueryLocalizedStringNonTranslated staticAllows you to obtain resource strings that are not localized for the current locale (culture).

See Also

XtraLocalizer Class

DevExpress.Utils.Localization Namespace