FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Architecture & Design
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
January 01, 2002

Going Global (Web Techniques, Sep 2000)

(Page 2 of 4)
Main( int argc, char *argv[])
    {
        int month = 1
        int day   = 28
        int year  = 1999
        char      * locale_string="Japanese_japan.ms932@binary";
        Locale    * locale = GetLocale(locale_string, );
        Catalog   *cat = OpenCatalog(locale, );

printf(GetCatalog(cat,MessageOne)); printf(GetCatalog(cat,MessageTwo));

printf(FormatDate(locale, year, month, day); }

Previous Page | 1 | 2 | 3 | 4 Next Page
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK