Метод | Описание | |
---|---|---|
MoCompilingPluralLoader ( Stream moStream ) : System |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified stream. CompiledPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoCompilingPluralLoader ( Stream moStream, |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified stream. CompiledPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoCompilingPluralLoader ( string filePath ) : System |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified path. CompiledPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoCompilingPluralLoader ( string filePath, |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified path. CompiledPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoCompilingPluralLoader ( string domain, string localeDir ) : System |
Initializes a new instance of the MoLoader class which will try to load a MO file that will be located in the localeDir using the domain name and catalog's culture info. CompiledPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoCompilingPluralLoader ( string domain, string localeDir, |
Initializes a new instance of the MoLoader class which will try to load a MO file that will be located in the localeDir using the domain name and catalog's culture info. CompiledPluralRuleGenerator will be used to generate a plural form rule.
|
public MoCompilingPluralLoader ( Stream moStream ) : System | ||
moStream | Stream | |
Результат | System |
public MoCompilingPluralLoader ( Stream moStream, |
||
moStream | Stream | |
parser | ||
Результат | System |
public MoCompilingPluralLoader ( string filePath ) : System | ||
filePath | string | |
Результат | System |
public MoCompilingPluralLoader ( string filePath, |
||
filePath | string | |
parser | ||
Результат | System |
public MoCompilingPluralLoader ( string domain, string localeDir ) : System | ||
domain | string | |
localeDir | string | |
Результат | System |
public MoCompilingPluralLoader ( string domain, string localeDir, |
||
domain | string | |
localeDir | string | |
parser | ||
Результат | System |