Updates the translations of the screen. | |
Syntax: | object.UpdateTranslation |
Description: | Updates the translations of the screen. Use this
method if the CIMLangMap is modified in a manner that changes the
translations of the screen. You would also need to use this method
if you changed the static text of objects on the screen. Examples Sub GefScreen_UpdateTranslation() CimGetScreen.UpdateTranslation End Sub |
See Also: | GefApplication.Language , LangMapFileName , UpdateTranslation , EmitTranslationStrings |