>Internationalisation with Libglade

Internationalisation with Libglade

Glade files mark properties for translation with the translatable property of the <property> element:

<widget class="GtkLabel" id="label1">
  <property name="label" translatable="yes">Foo</property>
  ...
</widget>

Libglade will translate marked properties using the translation domain specified in the glade_xml_new() (or the default domain if NULL).

To add the strings found in a glade file to your translation catalog template through the use of intltool. (XXXX - does this actually work yet?).