Visual Editors provide users with a Wysiwyg (What you see is what you get) interface to the localizable data.
There are visual editors for example for Delphi and C++Builder forms, Windows 32-bit application dialogs and .NET forms.
Visual Editors are designed to visualize custom data that some of the scanner plug-ins return. The table below shows the visual editors and corresponding scanner.
| Visual Editor | Scanner | Description |
|---|---|---|
| Bitmap Editor | PE Scanner | This editor is used for visualizing and editing of bitmap resources of a Windows executable. |
| Dialog Editor | PE Scanner | This editor visualizes the dialog resources of a Windows executable. The user can edit the translations and built-in validations ensure that the localization doesn't introduce any errors. |
| Menu Editor | PE Scanner | This editor visualizes the menu resources of a Windows executable. The user can edit the translations and built-in validations ensure that the localization doesn't introduce any errors. |
| .NET Editor |
.NET Scanner |
This editor visualizes .NET Form resources (.resx). The user can modify translations and resize/move controls. |
| VCL Editor | VCL Scanner | This editor visualizes Delphi and C++Builder forms. The user can modify translations and resize/move controls. |