Click or drag to resize

LocalizedString Methods

The LocalizedString type exposes the following members.

Methods
 NameDescription
Public methodAddTranslation Adds a new translation to the string. Overrides the previous language translations if existed.
Public methodEquals(LocalizedString) Check for equality.
Public methodEquals(Object) Check for equality.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTranslation Returns translation for the specified language. Falls back to international string if translation does not exist.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns international string
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodCloneWithValueReplacement
(Defined by DiffEngine)
Top
See Also