RC-WinTrans Object Model Help | 
  ProjectLanguages.ActiveSourceLanguage
 | 
Type Info:  | 
	 ActiveSourceLanguage As String  | 
  
| Example: | Dim Lang As ProjectLanguage Dim LangCode As String LangCode = Application.ActiveProject.ProjectLanguages.ActiveSourceLanguage  | 
  
| Remarks: | Returns the local language string if the current source language is a target language of the project or an empty string if the current source language is the source language of the project. |