Function UIString.fromId

create UIString from id - will be translated; fallback value can be provided for cases if translation is not found

static UIString fromId(
  string ID,
  dstring fallback = null
);