4 | | == Resources == |
5 | | Theoretically, the EwE6 scientific interface can be localized to any language, although we do not envy the poor soul commissioned to perform this job. In order to facilitate the job !ScientificInterfaceShared offers all shared resources, such as strings and images, that plug-ins and the main Scientific Interface can share. When you develop your own plug-ins with a user interface, please try to stick to the following resource guidelines: |
| 4 | == Resources and localization == |
| 5 | Theoretically, the EwE6 scientific interface can be localized to any language, although we do not envy the poor soul commissioned to perform such a job. In theory all language-specific elements are provided either in localizable forms or in localizable resource tables. |
| 6 | The !ScientificInterfaceShared assembly offers a whack of shared resources, such as strings and images, for plug-ins and the main Scientific Interface to share to reduce the amount of scattered resources that need localizing. |
| 7 | |
| 8 | When you develop your own plug-ins with a user interface, please try to stick to the following resource guidelines: |