Returns whether if all files data are up-to-date for the given target language.
"Up-to-date" means that the data of all source files matches the data saved in the database.

Syntax:

ExFcts.UpToDate( projFile As String, Lang As String ) As Boolean                                                                                                

Return: Boolean. "True" if successful. Otherwise "False".

Parameters: projFile As String
Project file name; the full path to the translation project file (.rwtproject)
or the project database file (.fsmdb).

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

Example:
Dim bVal As Boolean
bVal = Application.ExFcts.IsUpToDate("MyeProj.fsmdb", "en-UK")

See also:

Class ExFcts


Last Updated: 03/20/21