Documentation Center

PslLanguage.StringCount

Returns the sum of strings for all translation lists of that language.

Syntax

Expression.StringCount (optional Type as VARIANT) as Long

Expression Object of type PslLanguage

Type Can be one of the following values:

pslTotal (Value = 100): Returns the total number of strings.

pslToTranslate (Value = 101): Returns that number of strings that need to be translated. This is pslTotal minus empty strings and strings that don't need to be translated, e.g. hidden or read-only strings.

pslTranslated (Value = 102): Returns that number of strings that are translated, including pre-translated and for-review strings (green, blue, black).

pslForReview (Value = 103): Returns that number of strings that are pre-translated or marked for-review (green, blue).

pslUntranslated (Value = 104): Returns that number of strings that are not translated (red).

pslValidated (Value = 105): Returns that number of strings that are translated and validated (black).