4
votes
7answers
324 views
What technique would be the least effort to internationalise (at least multi-language) existing Delphi Applications?
I have developed about 300 Applications which I would like to provide with multi-language capabilities independent from the Operating System. I have written a just-in-time translat …
26
votes
29answers
1k views
To ternary or not to ternary?
I'm personally an advocate of the ternary operator: () ? : ; I do realize that it has its place, but I have come across many programmers that are completely against ever using it …
3
votes
5answers
98 views
Free, Lightweight PHP e-Commerce solution
I'm searching for a lightweight e-Commerce web-application implemented in PHP5 and using MySQL as storage db.
main requirements are:
as small as possible
Free or Open Source
sup …
1
vote
2answers
72 views
Visual Studio: Best way to use multiple programming languages for a single application
I often find myself using several programming languages when making .NET applications. Usually C++/CLI for interop to legacy code and C# for the rest.
With the coming support for …
0
votes
4answers
124 views
php source code to PO file generator
Hi all,
I have to convert all my echo/print string from my php source code file to PO file(for the language translation),
is there any batch convector available for the same.
3
votes
7answers
1k views
Vista speech recognition in multiple languages
Hi, my primary language is spanish, but I use all my software in english, including windows; however I'd like to use speech recognition in spanish.
Do you know if there's a way to …
0
votes
0answers
20 views
Wordpress repetitive value on languages
I'm having problem with wordpress & q translate about repetitive value of the languages e.g
if I'm in a page called
http://domain.com and click on one of the language "FR" it …
0
votes
2answers
104 views
How can I implement a language translation module in php.
Which is the best way of implementing a language translation for mutli -lang site.
I have two methods, i.e.
1) Just put all the static text contents in the pages to database ie a …
3
votes
7answers
3k views
ASP.NET multi language website?
How can I transform a website to be able to handle multi language (example : english, french, spanish)?
I do not like the resource file because I feel limited and it's pretty long …
4
votes
8answers
2k views
How do you build a multi-language web site?
A friend of mine is now building a web application with J2EE and Struts, and it's going to be prepared to display pages in several languages.
I was told that the best way to suppo …
0
votes
4answers
62 views
Order of items being compared?
I've seen this around, but never heard a clear explanation of why... This is really for any language, not just C# or VB.NET or Perl or whatever.
When comparing two items, sometim …
0
votes
2answers
951 views
C# Creating a setup for multi-language
Hello,
I have added multi-language using the short article below.
When you add for example German language you will have these files:
formMain.resx
formMain.de-DE.resx
formMain. …
0
votes
2answers
86 views
Multiple Languages for WCF Web Services. What are the best practices?
I'm developing a web service that needs to return results in both french and english. (Other languages may be added later.) The web service is written in C#.
I have separated all …
0
votes
3answers
332 views
Best way for multi-language sites virtual Directories
I have a site that will ultimately support 4 languages and 2 countries (US & Canada, English and Spanish)
I'm wondering what's the best way to set up the directory structure?
…
1
vote
2answers
182 views
What are the best practices for building multi-lingual applications on win32?
I have to build a GUI application on Windows Mobile, and would like it to be able user to choose the language she wants, or application to choose the language automatically. I cons …
