toInnoItem method

String toInnoItem()

Generates the Inno Setup language item for this language.

Implementation

String toInnoItem() {
  return "Name: \"$name\"; MessagesFile: \"compiler:$file\"";
}