GefScreen.EmitTranslationStrings (method)

Emits the translatable strings of the screen to the screens CLM file.
Syntax: object.EmitTranslationStrings
Description: Emits the translatable strings of the screen to the screens CLM file. This method does not do anything in CimView, and in CimEdit does the same thing as pressing the "Emit Text" button on the Ambient Properties page of the screen.

Examples

Sub GefScreen_EmitTranslationStrings()
  CimGetScreen.EmitTranslationStrings
End Sub
See Also: GefApplication.Language , LangMapFileName , UpdateTranslation