Translation must be defined in component for which you want use it. E.g. You want use some question in BSOExample, you need define this question in BSOExample.
Use in interface by VBControls (VBTextBlock, VBHeader, VBExpander):
- Determine which control you need E.g. VBTextBlock
- In control VBTextBlock you will need set property ACCaption to text or message identifier which you remember on translation creating E.g. MyTestText
- Exmple
*Note: texts are usually used in VBControls
Use in code by Messages:
- Choose the message that you want to show in messagebox
- Get the message identifier and copy it in message command
- Example