Hi,
Thank you for the answers but I'm afraid the problem remains.
I've looked for the language file before posting here and the only I found is locale_config. Here is the file :
<?xml version="1.0" encoding="UTF-8"?>
-<locale_config>
<!--xgetlanguage_id, this attribute must be set to one of the values that XGetLanguage may return.xgetlocale_id, this attribute must be set to one of the values that XGetLocale may return.folder attribute must be set to the name of the folder that contains
data specific to the locale being definedbink_voiceover_channel attribute must be set to the channel number that is to be used for localized audio in Bink video files.bink voiceover channel numbers: english = "2", german = "6", french = "7", italian = "8",
spanish = "9", lat-am spanish = "10", japanese = "11"subtitle_default attribute must be set to "0" if subtitles are to be off when the Game starts with no User Profile -->
<!-- Begin Full localizations -->
<!-- XC_LANGUAGE_ENGLISH -->
<config use_only_one_font="0" bink_voiceover_channel="2" subtitles_default="0" folder="en" xgetlocale_id="0" xgetlanguage_id="1"/>
<!-- XC_LANGUAGE_JAPANESE -->
<config use_only_one_font="1" bink_voiceover_channel="11" subtitles_default="0" folder="jp" xgetlocale_id="0" xgetlanguage_id="2"/>
<!-- XC_LANGUAGE_GERMAN -->
<config use_only_one_font="0" bink_voiceover_channel="6" subtitles_default="0" folder="de" xgetlocale_id="0" xgetlanguage_id="3"/>
<!-- XC_LANGUAGE_FRENCH -->
<config use_only_one_font="0" bink_voiceover_channel="7" subtitles_default="0" folder="fr" xgetlocale_id="0" xgetlanguage_id="4"/>
<!-- XC_LANGUAGE_SPANISH -->
<config use_only_one_font="0" bink_voiceover_channel="9" subtitles_default="0" folder="es" xgetlocale_id="0" xgetlanguage_id="5"/>
<!-- XC_LANGUAGE_SPANISH, XC_LOCALE_CHILE -->
<config use_only_one_font="0" bink_voiceover_channel="10" subtitles_default="0" folder="esm" xgetlocale_id="6" xgetlanguage_id="5"/>
<!-- XC_LANGUAGE_SPANISH, XC_LOCALE_COLOMBIA -->
<config use_only_one_font="0" bink_voiceover_channel="10" subtitles_default="0" folder="esm" xgetlocale_id="8" xgetlanguage_id="5"/>
<!-- XC_LANGUAGE_SPANISH, XC_LOCALE_MEXICO -->
<config use_only_one_font="0" bink_voiceover_channel="10" subtitles_default="0" folder="esm" xgetlocale_id="22" xgetlanguage_id="5"/>
<!-- XC_LANGUAGE_ITALIAN -->
<config use_only_one_font="0" bink_voiceover_channel="8" subtitles_default="0" folder="it" xgetlocale_id="0" xgetlanguage_id="6"/>
<!-- End Full localizations -->
<!-- Begin Partial+ localizations -->
<!-- XC_LANGUAGE_KOREAN -->
<config use_only_one_font="1" bink_voiceover_channel="2" subtitles_default="1" folder="ko" xgetlocale_id="0" xgetlanguage_id="7"/>
<!-- XC_LANGUAGE_TCHINESE -->
<config use_only_one_font="1" bink_voiceover_channel="2" subtitles_default="1" folder="cht" xgetlocale_id="0" xgetlanguage_id="8"/>
<!-- XC_LANGUAGE_POLISH -->
<config use_only_one_font="0" bink_voiceover_channel="2" subtitles_default="1" folder="pl" xgetlocale_id="0" xgetlanguage_id="11"/>
<!-- XC_LANGUAGE_RUSSIAN -->
<config use_only_one_font="0" bink_voiceover_channel="2" subtitles_default="1" folder="ru" xgetlocale_id="0" xgetlanguage_id="12"/>
<!-- XDK doesn't support Czech -->
<config use_only_one_font="0" bink_voiceover_channel="2" subtitles_default="1" folder="cz" xgetlocale_id="9" xgetlanguage_id="1"/>
<!-- End Partial+ localizations -->
</locale_config>