onur akbaş 1
onur akbaş
PrimeAC 1
PrimeAC
Mt2Hizmet 1
Mt2Hizmet
romegames 1
romegames
Fethi Polat 1
Fethi Polat
xranzei 1
xranzei
Bvural41 1
Bvural41
kralhakan2009 1
kralhakan2009
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Vahsi Uzman 1
Vahsi Uzman
Cannn6161 1
Cannn6161
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com
Gameforge'un kullandığı Client Multilanguage

Altın Konu Gameforge'un kullandığı Client Multilanguage 1.0

indirmek için izniniz yok

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

Buda onun web taraflısı :D kullanacak olursa Link ;

 
Paylaşım için teşekkürler.
DİLLERİMİN NEDEN ÇIKMADIĞI BİR SORU.
 

Ekli dosyalar

how u make it get translate from config.ini
i want to contact with u, and thnx for share <3
 
Son düzenleme:
Guys but where should this code be inserted? in what part of Userinterface?


  1. Then add the following method by replacing the web link with the one of your choice:

  2. std::string M_VerifLangue(){ // Méthode vérifiant la langue
  3. string versionActuel = "tr";


  4. string url = " ";
  5. string destination = "langue.php";
  6. char buffer[MAX_LINE];


  7. dl = URLDownloadToFile(NULL, url.c_str(), destination.c_str(), NULL, NULL);


  8. if (dl == S_OK)
  9. {

  10. std::ifstream infile("langue.php");


  11. std::string line;
  12. while (std::getline(infile, line))
  13. {
  14. std::istringstream iss(line);
  15. int a, b;
  16. if (!(iss >> a >> b)) { break; }


  17. }
  18. infile.close();
  19. remove("langue.php");

  20. return line;
  21. }
  22. else if (dl == E_OUTOFMEMORY) // En cas de surcharge, ferme le lanceur.
  23. {

  24. exit(0);
  25. }
  26. else // Ferme le lanceur si aucun des cas n'a été franchis.
  27. {

  28. exit(0);
  29. }
  30. return "";
  31. }
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst