<Translations>

The <Translations> option is used to translate all Slimlines generated text, that is all output text that is controlled by the application. It cannot translate page data. If you need to translate page data, see the <Placeholders> option. By default, the build file loads the default language translation file ( plugins\lang.eng ) which translates the default English text into alternate English text. In most cases, the two are identical, but there are some differences. English speakers can use this feature to manually modify displayed text. International users can use it to translate the default text into their native language. Text can be translated manually by editing the file directly.

Example

<Translations>
  <Translate> <English> Jan. </English> <Display> Jan  </Display> </Translate>
  <Translate> <English> Feb. </English> <Display> Feb  </Display> </Translate>
  ...
</Translations>

Options

<Translate>
This tag indicates the start of a new translation string.
<English>
[ ]
The default English text to be displayed by default.
<Display>
[ ]
The translated text to be display instead of the English text.
Comments