Verifies the translation (0%-100%) status of all source files contained in a translation project for the specified target language.  A file is considered to be translated when a translation (target text) exists for all text items and the translation status of all items is set to either "translated" or "final."

Syntax:

TranslationStatus( Lang As String) As long             

Return: long; Value: 0-100 [%]

Parameters:
Lang As String
Target language; the language code for the language to be used.

See also:

Class TranslationProject


Last Updated: 03/20/21