Stephane80 a écrit:Tu as regardé dans ton répertoire documents/pro cycling manager 2013/config, y a le fichier Options.xml.
tu l'ouvres avec bloc note et tu regardes si c'est marqué language="French".
Il commence comme cela, perso je n'y comprends rien :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CyanideLocalize lang="FR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<forumlink>http://www.cyanide-studio.com/forumPCM/viewforum.php?f=41</forumlink>
<languages>
<!-- flag must fit with Gui/country_flag country name-->
<!-- shortname can be found in Wikipedia (language name in its own language)-->
<!-- The inner cell must be linked to the languages markups (<fr>, <en>)-->
<language flag="uk" short="english">EN</language>
<language flag="france" short="francais">FR</language>
<language flag="netherlands" short="nederlands">NE</language>
<language flag="portugal" short="português">PO</language>
<language flag="germany" short="deutsch">DE</language>
<language flag="norway" short="norsk">NO</language>
<language flag="italy" short="italiano">IT</language>
<language flag="spain" short="español">ES</language>
<language flag="poland" short="polski">PL</language>
<language flag="denmark" short="dansk">DA</language>
<!-- <language flag="romanian" short="română">RO</language> -->
<!-- <language flag="sweden" short="swedish">SW</language> -->
</languages>
<FR>
<!--_________________________________________________________MSGBOXES__________________________________________________________-->
<!-- TRANSLATION V1 02-06 -->
<msgbox const="Database_MissingTable">Erreur, Table {0} inexistante !.</msgbox>
<msgbox const="Database_ValueNotFound">La valeur {0} n'existe pas dans {1}_{2}.</msgbox>
<msgbox const="Database_KeyNotFound">La clé {0} n'existe pas dans {1}.</msgbox>
etc...