Skip to main content

PrintingResXLocalizer Members

The default localizer to translate the DXPrinting’s resources.

Constructors

Name Description
PrintingResXLocalizer() Initializes a new instance of the PrintingResXLocalizer class with the default settings.

Fields

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

Properties

Name Description
Active static Gets or sets a localizer object providing localization of the user interface at runtime. Inherited from XtraLocalizer<T>.
UserResourceManager static Inherited from XtraLocalizer<T>.

Methods

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.
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.
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>.

Events

Name Description
ActiveChanged static Fires immediately after the XtraLocalizer<T>.Active property value has been changed. Inherited from XtraLocalizer<T>.
QueryLocalizedString static Allows you to localize resources for all DevExpress UI controls in your application. Inherited from XtraLocalizer.
QueryLocalizedStringContainerResource static Allows you to localize resources of data forms integrated in DevExpress UI controls. Inherited from XtraLocalizer.
QueryLocalizedStringNonTranslated static Allows you to obtain resource strings that are not localized for the current locale (culture). Inherited from XtraLocalizer.
See Also