943,692 Members | Top Members by Rank

Ad:
Jul 2nd, 2009
0

How to localize the software to my language

Expand Post »
Please tell how to localize the open sourcesoftware(that is just translate to my language)by replacing the english with my local language.Any software available?
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
mmangai is offline Offline
12 posts
since Feb 2007
Jul 2nd, 2009
0

Re: How to localize the software to my language

http://unixhelp.ed.ac.uk/CGI/man-cgi?gettext+3

Eg.
#include <stdio.h>
#include <libintl.h>
int main ( ) {
  printf( "%s\n", gettext("hello world") );
  return 0;
}
Team Colleague
Reputation Points: 5862
Solved Threads: 950
Posting Sage
Salem is offline Offline
7,164 posts
since Dec 2005
Jul 2nd, 2009
-1

Re: How to localize the software to my language

Language dependent, but often it will go down to simple text file from which localized term would be read.
If you can be specific which language you use somebody may be able to point you in right direction
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 871
Code tags enforcer
peter_budo is offline Offline
6,654 posts
since Dec 2004
Jul 3rd, 2009
0

Re: How to localize the software to my language

Click to Expand / Collapse  Quote originally posted by peter_budo ...
Language dependent, but often it will go down to simple text file from which localized term would be read.
If you can be specific which language you use somebody may be able to point you in right direction
Thanks for reply
From english to tamil,malayalam (south indian languages).And can you specify the simple text file(any common name for all software sources which has localized terms.
Last edited by mmangai; Jul 3rd, 2009 at 12:19 pm. Reason: speling
Reputation Points: 10
Solved Threads: 1
Newbie Poster
mmangai is offline Offline
12 posts
since Feb 2007
Jul 3rd, 2009
-1

Re: How to localize the software to my language

Click to Expand / Collapse  Quote originally posted by mmangai ...
Thanks for reply
From english to tamil,malayalam (south indian languages).And can you specify the simple text file(any common name for all software sources which has localized terms.
Programming language...
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 871
Code tags enforcer
peter_budo is offline Offline
6,654 posts
since Dec 2004
Jul 3rd, 2009
0

Re: How to localize the software to my language

I believe most programs contain language-specific dlls for each of the languages they wish to support. If its a MS-Windows gui program then put all the resources in language-specific dll.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,950 posts
since Aug 2005
Jul 4th, 2009
0

Re: How to localize the software to my language

Click to Expand / Collapse  Quote originally posted by peter_budo ...
Programming language...
I am using Java
Reputation Points: 10
Solved Threads: 1
Newbie Poster
mmangai is offline Offline
12 posts
since Feb 2007
Jul 4th, 2009
0

Re: How to localize the software to my language

For start yo can have look at Iternationalization. I'm not sure if this will be best solution for you, but as previously mentioned you can create "property" files with localization for given languages (you can have look at Pebble bloging application, where these files are stored in TOMCAT_DIR\WEB-INF\classes).

If this info is not enough please create new thread in Java section
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 871
Code tags enforcer
peter_budo is offline Offline
6,654 posts
since Dec 2004
Jul 5th, 2009
0

Re: How to localize the software to my language

Click to Expand / Collapse  Quote originally posted by peter_budo ...
For start yo can have look at Iternationalization. I'm not sure if this will be best solution for you, but as previously mentioned you can create "property" files with localization for given languages (you can have look at Pebble bloging application, where these files are stored in TOMCAT_DIR\WEB-INF\classes).

If this info is not enough please create new thread in Java section
Thanks for the information.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
mmangai is offline Offline
12 posts
since Feb 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in IT Professionals' Lounge Forum Timeline: Career Guidance
Next Thread in IT Professionals' Lounge Forum Timeline: Position Vacant: IT Manager (must be willing to relocate to Mars)





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC