|
ED
|
not used
|
RT
|
avaliable
|
With this method texts from the language table can be translated. The key of a string has to be given with strKeyId. The translated string in the language of the Runtime is returned.
Sub ReadLanguageString() 'Reads the keyyword "@Plant" and shows the translation in the selected language 'Returns "Anlage" when the GERMAN.TXT is selected MsgBox thisProject.String("@Plant") End Sub