TString constructor

TString(
  1. String key
)

Creates an instance of TString with the given translation key.

key The translation key for this string.

Implementation

TString(this.key);