Click here to Skip to main content
15,915,702 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: 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 
GeneralNot possible for Arabic? Pin
Anonymous29-Sep-03 0:17
Anonymous29-Sep-03 0:17 
GeneralRe: Not possible for Arabic? Pin
Gary Wheeler29-Sep-03 2:02
Gary Wheeler29-Sep-03 2:02 
GeneralRe: Not possible for Arabic? Pin
Navin29-Sep-03 3:12
Navin29-Sep-03 3:12 
GeneralRe: Not possible for Arabic? Pin
Husein29-Sep-03 5:46
Husein29-Sep-03 5:46 
I was developing something (actually it was more of a test and practice) that had to be localised using C# and Visual Studio .NET and there was no problem whatsoever to get it into Arabic. All I needed to do was to set Localizable property to True (Inside Visual Studio .NET) and choose the language for which to localize it. For Arabic you need RightToLeft set to true, and the VS.NET will generate the appropriate sattelite assemblies. Also with Visual Studio.NET you get a very nice tool (very nicely hidden) which is called WinRes.exe so you can send your resx files and winres.exe to the translation people and then integrate that with your project.

This project was done on Win2K and WinXP, but I think it should work on Win98 as well. Also, if you are interested I have little Culture Explorer utility that I wrote which demonstrates the capabilities of .NET Framework's internationalization. So feel free to email me on huseinr@epn.ba

Best regards,

Husein
GeneralRe: Not possible for Arabic? Pin
J. Dunlap29-Sep-03 11:42
J. Dunlap29-Sep-03 11:42 
GeneralRe: Not possible for Arabic? Pin
Husein29-Sep-03 23:36
Husein29-Sep-03 23:36 
GeneralNo Pin
Michael P Butler28-Sep-03 20:01
Michael P Butler28-Sep-03 20:01 
GeneralRe: No Pin
Gary Wheeler29-Sep-03 2:07
Gary Wheeler29-Sep-03 2:07 
GeneralRe: No Pin
Michael P Butler29-Sep-03 3:09
Michael P Butler29-Sep-03 3:09 
GeneralRe: No Pin
Gary Wheeler29-Sep-03 3:38
Gary Wheeler29-Sep-03 3:38 
GeneralDepends... Pin
Shog928-Sep-03 18:13
sitebuilderShog928-Sep-03 18:13 

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.