Skip to main content
All docs
V25.1
  • XtraLocalizer Members

    Includes a comprehensive API to localize DevExpress UI controls.

    Fields

    Name Description
    TraceSourceSize static This member supports the internal infrastructure, and is not intended to be used directly from your code.

    Properties

    Name Description
    UserResourceManager static Gets or sets the resource manager.

    Methods

    Name Description
    ClearAll(Boolean) static
    CreateComponentResourceManager(Type) static This member supports the internal infrastructure, and is not intended to be used directly from your code.
    CreateResourceManager<TStringID>(XtraResXLocalizer<TStringID>, String, Type) static This member supports the internal infrastructure, and is not intended to be used directly from your code.
    EnableTraceSource(String) static Allows the UI Localization Client to attach to the application.
    EnterTraceMode(String) static Create the trace source and allows the UI Localization Client to attach to the application.
    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.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    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.
    HandleRequestsFromAllThreads() static Allows to use localizer objects (including custom localizers) accross all application threads.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines 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) static Writes resource strings to a file in XML format.
    WriteNonTranslatedToXml(String) static Writes non-translated resource strings in the application to a file in XML format.
    WriteToXml(String, HashSet<String>) static Writes resource strings for the specified resource identifiers to a file in XML format.

    Events

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