[BSOiPlusStudio] Development Environment (end user guide)


  1. Select the component for which you want add a translation
  2. Determine what you need text or message
  3. If you need message, determine what type of message you need
  4. Click on the appropriate button based on what you need (text or some type of message) E.g. New Question and will open a dialog like bellow
  5. Remember the message Identifier because you will need it later, in this case it is Question50033
  6. Enter the Messagetext on language which you currently using in iPlus (E.g. iPlus is on English language and you write Messagetext on English) *
  7. Click on the button OK to add a message
  8. In translation editor you can edit a translation for another languages -> double click on the field Value for wanted language and change message content
  9. Lost focus - select another language
  10. Save changes

  1. Select the message or text that you want to delete
  2. Open a context menu on it (right mouse button)
  3. Click on the command Delete to delete message or text

*Note: you can't delete translations from classes, properties, methods and designs.

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):

  1. Determine which control you need E.g. VBTextBlock
  2. In control VBTextBlock you will need set property ACCaption to text or message identifier which you remember on translation creating E.g. MyTestText
  3. Exmple 

*Note: texts are usually used in VBControls

Use in code by Messages:

  1. Choose the message that you want to show in messagebox
  2. Get the message identifier and copy it in message command
  3. Example