Method | Description | |
---|---|---|
MoAstPluralLoader ( Stream moStream ) : System |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified stream. AstPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoAstPluralLoader ( Stream moStream, |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified stream. AstPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoAstPluralLoader ( string filePath ) : System |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified path. AstPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoAstPluralLoader ( string filePath, |
Initializes a new instance of the MoLoader class which will try to load a MO file from the specified path. AstPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoAstPluralLoader ( 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. AstPluralRuleGenerator will be used to generate a plural form rule.
|
|
MoAstPluralLoader ( string domain, string localeDir, |
Initializes a new instance of the MoAstPluralLoader 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. AstPluralRuleGenerator will be used to generate a plural form rule.
|
public MoAstPluralLoader ( Stream moStream ) : System | ||
moStream | Stream | |
return | System |
public MoAstPluralLoader ( Stream moStream, |
||
moStream | Stream | |
parser | ||
return | System |
public MoAstPluralLoader ( string filePath ) : System | ||
filePath | string | |
return | System |
public MoAstPluralLoader ( string filePath, |
||
filePath | string | |
parser | ||
return | System |
public MoAstPluralLoader ( string domain, string localeDir ) : System | ||
domain | string | |
localeDir | string | |
return | System |
public MoAstPluralLoader ( string domain, string localeDir, |
||
domain | string | |
localeDir | string | |
parser | ||
return | System |