<property name="tooltip_text" translatable="yes">This setting only affects the language your desktop and applications are displayed in. It does not set the system environment, like currency or date format settings. For that, use the settings in the Regional Formats tab.
<?xml version="1.0" encoding="UTF-8"?>
<requires lib="gtk+" version="3.0"/>
<object class="GtkActionGroup" id="actiongroup1"/>
<object class="GtkWindow" id="dialog_progress">
<property name="can_focus">False</property>
<property name="border_width">12</property>
<property name="title" translatable="yes">Language Support</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">config-language</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<object class="GtkBox" id="box2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes"><big><b>Checking available language support</b></big>
The availability of translations or writing aids can differ between languages.</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
<object class="GtkProgressBar" id="progressbar_cache">
<property name="visible">True</property>
<property name="can_focus">False</property>