Click here to Skip to main content
15,920,606 members

Survey Results

Do you code to allow internationalization of your applications?   [Edit]

Survey period: 29 Sep 2003 to 5 Oct 2003

Writing an app is easy - but allowing apps to be used in different languages can be a challenge. Do you take this into account when coding? (See Planning World-Ready Applications for more information)

OptionVotes% 
My applications are fully global-aware.899.98
With a few exceptions my applications will work in other languages and locales.14416.14
I make some effort to allow my apps to work in different locales.18120.29
I make no effort at internationalization.47853.59



 
GeneralRe: CP in Chinese Pin
Navin1-Oct-03 7:21
Navin1-Oct-03 7:21 
GeneralRe: CP in Chinese Pin
PJ Arends29-Sep-03 14:53
professionalPJ Arends29-Sep-03 14:53 
GeneralRe: CP in Chinese Pin
Navin30-Sep-03 3:08
Navin30-Sep-03 3:08 
GeneralRe: CP in Chinese Pin
sacoskun5-Oct-03 0:23
sacoskun5-Oct-03 0:23 
GeneralRe: CP in Chinese Pin
Paul Watson5-Oct-03 0:57
sitebuilderPaul Watson5-Oct-03 0:57 
GeneralRe: CP in Chinese Pin
sacoskun5-Oct-03 1:18
sacoskun5-Oct-03 1:18 
GeneralOnly when the requirements ask for it! Pin
Chris Meech29-Sep-03 4:03
Chris Meech29-Sep-03 4:03 
GeneralAlways. Pin
Navin29-Sep-03 3:10
Navin29-Sep-03 3:10 
We are a global company, and even software that we write in English-only could at any time need to be translated into any arbitrary language.

So from the start, I always make sure that my apps will work seamlessly in another language. Usually for me that means pulling out any strings displayed to the user and putting them in an INI file (can be Unicode or ASCII, depending on the needs), and making sure our stuff will work when compiled in Unicode or MBCS. Now, 99.99% of the time, the only thing we do with strings is display them to the user in some form (be it in the UI or in an output file), we don't do a lot of sorting, string manipulation, etc., which makes being aware of what character set you're using more important.

And, of course, we have a set of classes to make i18n simple to add to any app we make. Smile | :)


If your nose runs and your feet smell, then you're built upside down.

GeneralRe: Always. Pin
Anonymous29-Sep-03 8:29
Anonymous29-Sep-03 8:29 
GeneralRe: Always. Pin
Navin29-Sep-03 10:22
Navin29-Sep-03 10:22 
GeneralPerhaps I'm crazy but... Pin
KoalaCowboy29-Sep-03 2:13
KoalaCowboy29-Sep-03 2:13 
GeneralRe: Perhaps I'm crazy but... Pin
Anonymous29-Sep-03 2:37
Anonymous29-Sep-03 2:37 
GeneralRe: Perhaps I'm crazy but... Pin
Navin29-Sep-03 3:06
Navin29-Sep-03 3:06 
GeneralRe: Perhaps I'm crazy but... Pin
Anonymous29-Sep-03 3:55
Anonymous29-Sep-03 3:55 
GeneralRe: Perhaps I'm crazy but... Pin
Navin29-Sep-03 5:05
Navin29-Sep-03 5:05 
GeneralRe: Perhaps I'm crazy but... Pin
KoalaCowboy30-Sep-03 4:22
KoalaCowboy30-Sep-03 4:22 
GeneralRe: Perhaps I'm unusual but.... Pin
peterchen29-Sep-03 5:38
peterchen29-Sep-03 5:38 
GeneralRe: Perhaps I'm crazy but... Pin
Anonymous29-Sep-03 22:06
Anonymous29-Sep-03 22:06 
GeneralRe: Perhaps I'm crazy but... Pin
KoalaCowboy30-Sep-03 4:25
KoalaCowboy30-Sep-03 4:25 
GeneralRe: Perhaps I'm crazy but... Pin
Anonymous30-Sep-03 4:44
Anonymous30-Sep-03 4:44 
GeneralRe: Perhaps I'm crazy but... Pin
Anonymous30-Sep-03 4:36
Anonymous30-Sep-03 4:36 
GeneralRe: Perhaps I'm crazy but... Pin
Ravi Bhavnani30-Sep-03 8:29
professionalRavi Bhavnani30-Sep-03 8:29 
GeneralMy own stuff yes; work stuff no Pin
Michael Dunn29-Sep-03 1:31
sitebuilderMichael Dunn29-Sep-03 1:31 
GeneralRe: My own stuff yes; work stuff no Pin
Gary Wheeler29-Sep-03 1:59
Gary Wheeler29-Sep-03 1:59 
GeneralDepends on the Audience Pin
Colin Angus Mackay29-Sep-03 0:18
Colin Angus Mackay29-Sep-03 0:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.