Back to Devexpress

XtraSpreadsheetCellErrorNameLocalizer Members

officefileapi-devexpress-dot-xtraspreadsheet-dot-localization-dot-xtraspreadsheetcellerrornamelocalizer-dot-underscore-members.md

latest12.6 KB
Original Source

XtraSpreadsheetCellErrorNameLocalizer Members

A base class that provides necessary functionality for custom localizers of the spreadsheet error names.

Constructors

NameDescription
XtraSpreadsheetCellErrorNameLocalizer()Initializes a new instance of the XtraSpreadsheetCellErrorNameLocalizer class with the default settings.

Fields

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

Properties

NameDescription
Active staticGets or sets a localizer object providing localization at runtime.
LanguageReturns the name of the language currently used by this localizer object. Inherited from XtraLocalizer<T>.
UserResourceManager staticInherited from XtraLocalizer<T>.

Methods

NameDescription
Clear() staticInherited from XtraLocalizer<T>.
ClearAll(Boolean) staticInherited from XtraLocalizer.
CreateAssemblyResourceManager(String, Type) staticInherited from XtraLocalizer.
CreateComponentResourceManager(Type) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from XtraLocalizer.
CreateDefaultLocalizer() staticCreates and returns an object containing resources specific to the language and culture settings.
CreateResourceManager<TStringID>(XtraResXLocalizer<TStringID>, String, Type) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from XtraLocalizer.
CreateResXLocalizer()Creates and returns an object containing resources specific to the language and culture settings.
CreateXmlDocument()Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object. Inherited from XtraLocalizer<T>.
CreateXmlUserResourceManager(String, String) staticInherited from XtraLocalizer.
EnableTraceSource(String) staticAllows the UI Localization Client to attach to the application. Inherited from XtraLocalizer.
EnterTraceMode(String) staticCreate the trace source and allows the UI Localization Client to attach to the application. Inherited from XtraLocalizer.
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.
GetActiveLocalizerProvider() staticReturns 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(XtraSpreadsheetCellErrorNameStringId) staticReturns a culture-specific string for the specified string identifier.
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. Inherited from XtraLocalizer.
HandleRequestsFromAllThreads() staticAllows to use localizer objects (including custom localizers) accross all application threads. Inherited from XtraLocalizer.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
RaiseActiveChanged() staticRaises the XtraLocalizer<T>.ActiveChanged event. Inherited from XtraLocalizer<T>.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ReleaseTraceSource() staticInherited from XtraLocalizer.
SetActiveLocalizerProvider(ActiveLocalizerProvider<T>) staticSets 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) staticWrites resource strings to a file in XML format. Inherited from XtraLocalizer.
WriteNonTranslatedToXml(String) staticWrites non-translated resource strings in the application to a file in XML format. Inherited from XtraLocalizer.
WriteToXml(String, HashSet<String>) staticWrites 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

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

See Also

XtraSpreadsheetCellErrorNameLocalizer Class

DevExpress.XtraSpreadsheet.Localization Namespace