CreateDefaultLocalizer()
static
|
Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).
|
CreateResXLocalizer()
|
Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).
|
CreateXmlDocument()
|
Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetActiveLocalizerProvider()
static
|
Returns an active localizer provider for this XtraLocalizer<T> object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLocalizedString(T)
|
Gets the string, localized by the current XtraLocalizer<T>, for the specified user interface element.
|
GetString(BarString)
static
|
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
RaiseActiveChanged()
static
|
Raises the XtraLocalizer<T>.ActiveChanged event.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SetActiveLocalizerProvider(ActiveLocalizerProvider<T>)
static
|
Sets an active localizer provider for this XtraLocalizer<T> object.
|
ToString()
|
Returns a string that represents the current object.
|
WriteToXml(String)
|
Saves the current XtraLocalizer<T>‘s resources to the specified XML file.
|