UIString.this - multiple declarations

Function UIString.this

create string with i18n resource id

Prototype

ref this(
  string id
);

Function UIString.this

create string with raw value

Prototype

ref this(
  dstring value
);

Function UIString.this

create string with resource id and raw value as fallback for missing translations

Prototype

ref this(
  string id,
  dstring fallbackValue
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0