Summary
Represents a translatable string.
Constructors
| Default constructor (required for Classify). |
| Constructs a new translatable string given the specified translation. |
Instance methods
| ConsoleColoredString | Color(ConsoleColor? foreground, ConsoleColor? background = null) |
Returns the translation in the specified console color. |
| string | Fmt(params object[] args) | Formats a string using string.Format(string, object[]). |
| IEnumerable<object> | | Formats a string using ConsoleExtensions.FmtEnumerable(this string, params object[]). |
| string | |
Returns the translation. |
Operators
| TrString | | Implicit cast from string to TrString. |
| string | | Implicit cast from TrString to string. |
Instance fields
| string | | Contains the original text this string was last translated from, or for the original language, null. |
| string | | Contains the current translation of this string, or for the original language, the current original text. |