Property | Type | Description | |
---|---|---|---|
s_internalDelimiter | string[] |
Property | Type | Description | |
---|---|---|---|
m_regexPrintfIdentifiers |
Method | Description | |
---|---|---|
ConvertIdentifiersInMsgId ( string msgid ) : string |
Helper for converting the C printf-style %0, %1 ... style identifiers in a formatted nugget msgid string to the .NET-style format items: {0}, {1} ... A formatted msgid may be in the form: Enter between %1 and %0 characters For which we return: Enter between {1} and {0} characters |
|
IsNuggetFormatted ( string nugget ) : bool |
Returns indication of whether the passed nugget is formatted or not.
|
|
NuggetLocalizer ( |
||
ProcessNuggets ( string entity, LanguageItem languages ) : string |
public static ConvertIdentifiersInMsgId ( string msgid ) : string | ||
msgid | string | |
return | string |
public static IsNuggetFormatted ( string nugget ) : bool | ||
nugget | string | Subject nugget string. |
return | bool |
public NuggetLocalizer ( |
||
settings | ||
textLocalizer | ITextLocalizer | |
return | System |
public ProcessNuggets ( string entity, LanguageItem languages ) : string | ||
entity | string | |
languages | LanguageItem | |
return | string |
protected static Regex,System.Text.RegularExpressions m_regexPrintfIdentifiers | ||
return |