Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1330 connectés 

  FORUM HardWare.fr
  Programmation
  C

  [gettext] newbie, cherche tutoriel

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[gettext] newbie, cherche tutoriel

n°456472
Taz
bisounours-codeur
Posté le 13-07-2003 à 12:18:40  profilanswer
 

je cherche un bon tutoriel ou une bonne doc, par ce que là, j'en chie avec des pauvres exemples de C.Blaess, et j'arrive pas à faire fonctionner. et puis ça à l'air défectueux, puisque ces .po sont invalides (passe pas avec msgfmt -c).
 
donc si vous avez un lien...

mood
Publicité
Posté le 13-07-2003 à 12:18:40  profilanswer
 

n°456502
Taz
bisounours-codeur
Posté le 13-07-2003 à 13:21:34  profilanswer
 

bon, je détaille
 

Code :
  1. #include <libintl.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. int main()
  5. {
  6.   if(textdomain("taiste" )==NULL)
  7.     {
  8.       perror("textdomain" );
  9.       return EXIT_FAILURE;
  10.     }
  11.   if( bindtextdomain("taiste", "." )==NULL)
  12.     {
  13.       perror("bindtextdomain" );
  14.       return EXIT_FAILURE;
  15.     }     
  16.   puts(gettext("Hello" ));
  17.   return 0;
  18. }


 

msgid "Hello"
msgstr "Bonjour"


 

[benoit@benmaster test]$ gcc taiste.c
[benoit@benmaster test]$ msgfmt -o fr/LC_MESSAGES/taiste.mo taiste.po
[benoit@benmaster test]$ ./a.out
Hello
[benoit@benmaster test]$ echo $LC_ALL
fr_FR@euro
[benoit@benmaster test]$ echo $LANG
fr_FR@euro


 
une idée?


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  C

  [gettext] newbie, cherche tutoriel

 

Sujets relatifs
SQL count(*) [newbie inside]Cherche doc sur MOC (methode organisationnel de communication)
Cherche documentation Java: GSJava au format PDFNewbie activeX
J'ai 3 questions en ASP... newbieCherche script Client IRC ?
[100% Newbie] Utiliser Intel C++ Compiler 7[C++] [newbie] écouter et écrire sur un port série.
Aidez un newbie du c++ [Touvé !!! ]Cherche cours d'optimisation de code PHP !
Plus de sujets relatifs à : [gettext] newbie, cherche tutoriel


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR