Summary
Represents a translatable string into which numbers are interpolated, requiring grammatical morphology according
to a language's
NumberSystem.
Constructors
| Default constructor (required for Classify). |
|
Constructs a new translatable string with the specified translations. |
|
Constructs a new translatable string with one interpolated integer and no other interpolated arguments, and
the specified translations. |
Instance methods
string | |
Selects the correct string and interpolates the specified arguments. |
string | |
string | |
Instance fields
bool[] | | Specifies which of the interpolated objects are integers. |
string[] | | Contains the original text this string was last translated from. Null for the original language. |
string[] | | Contains the current translation of this string, or for the original language, the current original text. |