innoEntry property

String get innoEntry

Generates the Inno Setup language item for this language.

Implementation

String get innoEntry {
  return "Name: \"$name\"; MessagesFile: \"compiler:$file\"";
}