Ah...
I regarded IM as InternalMemory = the hidden '/'
Working now.
Another question (I know, I'm jabbering):
I try to produce a message when activation a function with ActionLauncher. This is no problem when using
Code:
Core.ui.showMsg(Core.lang.L("MSG_RESTART"));
in
standard_actions.
When I try to produce my own message with
Code:
Core.ui.showMsg(Core.lang.L("MSG_ERROR_LOG_ON"));
this does not work. Of course there is a new line under
StandardActions in
lang.ods which goes like that:
Code:
MSG_ERROR_LOG_ON | english text | german text | ... |
In the second case there only occur the message 'MSG_RESTART'. No logging of missing translation.
A.