Quote:
Originally Posted by jim mcnamara
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.