InnoSetupLanguage class

Defines a language in inno setup.

Refer InnoSetupLanguage, InnoSetupLanguage.custom

Constructors

InnoSetupLanguage(String name)
Defines a language in Inno Setup. Example: -
InnoSetupLanguage.custom(String name, File file)
Define a custom language name with it's file.
const

Properties

file File
The language file.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The language name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

toFile(String name) String
Get the language file from name.

Constants

extension → const String
The language file extension.
protocol → const String
The language protocol.