toInnoItem method
Generates the Inno Setup language item for this language.
Implementation
String toInnoItem() {
return "Name: \"$name\"; MessagesFile: \"compiler:$file\"";
}
Generates the Inno Setup language item for this language.
String toInnoItem() {
return "Name: \"$name\"; MessagesFile: \"compiler:$file\"";
}