innoEntry property
String
get
innoEntry
Generates the Inno Setup language item for this language.
Implementation
String get innoEntry {
return "Name: \"$name\"; MessagesFile: \"compiler:$file\"";
}
Generates the Inno Setup language item for this language.
String get innoEntry {
return "Name: \"$name\"; MessagesFile: \"compiler:$file\"";
}