Localize C Code

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

Localize C Code

#1 Post by RSH »

Hi.

I want to localize some of my taskbar apps, written in C (thanks to 01micko).

How to do this?

Can someone point me to some localized C source codes or post an example code, please?

Thanks.

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Localize C Code

#2 Post by L18L »

RSH wrote:Can someone point me to some localized C source codes...
[url=ttp://www.murga-linux.com/puppy/viewtopic.php ... hp?t=50744]Retrovol 0.12 (Volume mixer)[/url] :wink:

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

Re: Localize C Code

#3 Post by RSH »

L18L wrote:
RSH wrote:Can someone point me to some localized C source codes...
[url=ttp://www.murga-linux.com/puppy/viewtopic.php ... hp?t=50744]Retrovol 0.12 (Volume mixer)[/url] :wink:
Thanks!

You link (url) is tripled and misses the "h" at first link, so it doesn't work.

Code: Select all

ttp://www.murga-linux.com/puppy/viewtopic.php?t=50744http://www.murga-linux.com/puppy/viewtopic.php?t=50744http://www.murga-linux.com/puppy/viewtopic.php?t=50744
This is the right link: Retrovol 0.12 (Volume mixer)

Will have a look into retrovol and by this (having a look) I hope, I can do the job.

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Localize C Code

#4 Post by L18L »

RSH wrote:... or post an example code...
version 2.8 of http://www.gnu.org/software/hello/
after configure make install console wrote:# hello
Hallo, Welt!
# LANGUAGE=fr hello
Bonjour, le monde!
# LANGUAGE=es hello
¡Hola mundo!
#
# LANGUAGE=ru hello
Здрав

Post Reply