Name | Description | |
---|---|---|
NLocalizedString Constructor | Overloaded. |
The following tables list the members exposed by NLocalizedString.
Name | Description | |
---|---|---|
NLocalizedString Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Represents the empty localized string. | |
Original | The original string. | |
Translated | The translated string. |
Name | Description | |
---|---|---|
Append | Appends the given string to both the Original and the Translated values. | |
DeepClone | Creates an identical copy of the given object. | |
Equals | Checks whether the given object is equal to this localized string. | |
GetHashCode | Gets the hash code of this localized string. | |
Join | Overloaded. Joins the given localized string values using the specified separator character. | |
Prepend | Prepends the given string to both the Original and the Translated values. | |
Split | Splits this localized string using the given separator char. | |
ToString | Returns the localized (translated) version of the key. |
Addition | Concatenates the given two localized strings. |
Equality | Checks if the given two localized strings are equal. |
Inequality | Checks if the given two localized strings are not equal. |