Framework:Multilingual function:Macro: Difference between revisions
Created page with '==Message texts== Macros offer the opportunity to issue messages on the client (message dialog box). The message in such a message dialog box can be multilingual. A message is c…' |
No edit summary |
||
| Line 1: | Line 1: | ||
==Message texts== | ==Message texts== | ||
Macros offer the opportunity to issue messages on the client (message dialog box). The message in such a message dialog box can be multilingual. A message is composed of two components: the message as such and a title. | Macros offer the opportunity to issue [[Framework:Macros#Message|messages]] on the client (message dialog box). The [[Framework:Macros#Message|message]] in such a message dialog box can be multilingual. A message is composed of two components: the [[Framework:Macros#Message|message]] as such and a title. | ||
[[Image:Fw_Message texts.jpg|thumb|center|Framework, Message texts]] | [[Image:Fw_Message texts.jpg|thumb|center|Framework, Message texts]] | ||
Example of the message text: | Example of the [[Framework:Macros#Message|message]] text: | ||
German=deutsche Meldung; English=English message; | German=deutsche Meldung; English=English message; | ||
If the message text does not contain any language syntax, the same text is displayed in all languages. | If the [[Framework:Macros#Message|message]] text does not contain any language syntax, the same text is displayed in all languages. | ||
Revision as of 12:27, 7 May 2010
Message texts
Macros offer the opportunity to issue messages on the client (message dialog box). The message in such a message dialog box can be multilingual. A message is composed of two components: the message as such and a title.
Example of the message text:
German=deutsche Meldung; English=English message;
If the message text does not contain any language syntax, the same text is displayed in all languages.
Open aggregate masks/input masks
With the help of a macro, it is possible to open aggregate masks, input masks, etc. If the window name of a mask shall be multilingual, this must be defined in the macro designer.
Example of a window name:
German=Bilanz; English=Balance Sheet;
If the window name does not contain any language syntax, the same text is displayed in all languages.