The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-22-2007
Aeon Aeon is offline
Registered User
 

Join Date: Aug 2007
Posts: 3
Question date conversions at runtime

Quote:
Originally Posted by jim mcnamara View Post
What locale for LC_TIME? And to answer that we need to know which UNIX you're using.
Plus, you do know LC_TIME can affect things like the first day of the week as well.

Do you know about setlocale()?

If you give us exact specifications it would help a lot.
I need to do date conversions between german and french at runtime.

mine is red hat linux 9
am a beginner & I ve a little knowledge about setlocale and LC_TIME.
I tried a sample helloworld L10N program through gettext utility.

Thanks for the quick reply jim,

Aeon.
Reply With Quote