Localizing system table XML files

Guidewire recommends that you use the Product Designer system table editor to make changes to system tables. However, if you need to make numerous changes for localization, you can modify the system table files directly. System tables are in XML format.

The localization elements in each system table have a similar XML structure. In the system table XML file, elements that can be localized use a language attribute to provides translated text in for that system table.

In the following CPClassCode system table example, the language attribute of the Classification element is used to provide German, U.S. English, Spanish, French, Italian, Dutch, Portuguese, and Russian text for the Classification field.

<CPClassCode public-id="CP_0082_5">
    <ClassIndicator>5</ClassIndicator>
    <Classification language="de">Klärwerke - Pumpenhäuser, Chloranlagen, Faultürme, Filter usw.</Classification>
    <Classification language="en_US">Sewage Treatment Plants - pump houses, chlorinators, digesters, filters, et</Classification>
    <Classification language="es">Plantas de tratamiento de aguas residuales: estaciones de bombeo, cloradores, digestores, filtros, etc.</Classification>
    <Classification language="fr">Usine de traitement des eaux usées : pompes, électrolyseurs, digesteurs, filtres, etc.</Classification>
    <Classification language="it">Impianti di trattamento delle acque reflue - locali pompe, cloratori, digestori, filtri ecc.</Classification>
    <Classification language="nl">Afvalwaterzuiveringsinstallaties: pomphuizen, chloreertoestellen, gistingstanks, filters, enzovoort</Classification>
    <Classification language="pt">Usinas de tratamento de esgotos - casas de bomba, cloradores, digestores, filtros etc.</Classification>
    <Classification language="ru">Канализационные очистные сооружения — здания насосной станции, хлораторные установки, утилизационные котлы, фильтры, et</Classification>
    <Code>0082</Code>
    <EffectiveDate>2000-01-01 00:00:00.000</EffectiveDate>
    <ExpirationDate />
</CPClassCode>
Note: In the base configuration, there are also translations for Japanese and Chinese that are not shown in the preceding example.