Gets and sets the file name used to load a CIMLangMap. | |
Syntax: | String =
object.LangMapFileName object.LangMapFileName = String |
Description: | Gets and sets the file name used to load a
CIMLangMap. The CIMLangMap.Load method is
called with with the file located with this name. Any CIMPLICITY
logicals will be resolved before the load method is called. Examples Sub Application_Language() CimGetScreen.LangMapFileName ="GMMI_SCREENS:langmap.clm" End Sub |
See Also: | GefScreen.LangMap , GefApplication.Language , UpdateTranslation |