RC-WinTrans Object Model Help | 
  ExFcts.IsUpToDate
 | 
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 
  | 
  
| Example: | Dim bVal As Boolean
bVal = Application.ExFcts.IsUpToDate("MyeProj.fsmdb", "en-UK")
 | 
  
See also: