Click here to Skip to main content
15,911,132 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows API callsin C# Pin
gaurav_geek12-Aug-04 2:43
gaurav_geek12-Aug-04 2:43 
GeneralRe: Windows API callsin C# Pin
Stefan Troschuetz12-Aug-04 5:32
Stefan Troschuetz12-Aug-04 5:32 
QuestionCan I p/Invoke "FindWindowEx" function in compact framework project in pocket PC? Pin
ting66811-Aug-04 23:50
ting66811-Aug-04 23:50 
Generalq: grabbing frames from a webcam Pin
yoaz11-Aug-04 23:36
yoaz11-Aug-04 23:36 
Questionhow do I get the classname? Pin
Stephan Wright11-Aug-04 23:04
Stephan Wright11-Aug-04 23:04 
AnswerRe: how do I get the classname? Pin
Norman-Timo12-Aug-04 2:28
Norman-Timo12-Aug-04 2:28 
GeneralRe: how do I get the classname? Pin
Stephan Wright12-Aug-04 3:05
Stephan Wright12-Aug-04 3:05 
General"Depth Of Field" Sample in C#/VB.NET Pin
Stanimir_Stoyanov11-Aug-04 22:23
Stanimir_Stoyanov11-Aug-04 22:23 
GeneralDon't think this is for "screw" my machine Pin
sreejith ss nair11-Aug-04 21:28
sreejith ss nair11-Aug-04 21:28 
GeneralRe: Don't think this is for "screw" my machine Pin
Norman-Timo12-Aug-04 2:33
Norman-Timo12-Aug-04 2:33 
GeneralRe: Don't think this is for "screw" my machine Pin
sreejith ss nair12-Aug-04 2:46
sreejith ss nair12-Aug-04 2:46 
GeneralRe: Don't think this is for "screw" my machine Pin
Dave Kreskowiak12-Aug-04 6:08
mveDave Kreskowiak12-Aug-04 6:08 
QuestionCan C# register my own windows message Like VC++ do? Pin
fu011-Aug-04 21:27
fu011-Aug-04 21:27 
AnswerRe: Can C# register my own windows message Like VC++ do? Pin
DRVoodoo12-Aug-04 19:53
DRVoodoo12-Aug-04 19:53 
GeneralRe: Can C# register my own windows message Like VC++ do? Pin
fu015-Aug-04 2:12
fu015-Aug-04 2:12 
Generalreceiving signal from parallel port Pin
gkhnyldrm11-Aug-04 21:04
gkhnyldrm11-Aug-04 21:04 
Generalwrite IO.Stream to a file Pin
pushpi11-Aug-04 20:49
pushpi11-Aug-04 20:49 
GeneralRe: write IO.Stream to a file Pin
ChrisAdams12-Aug-04 0:03
ChrisAdams12-Aug-04 0:03 
GeneralMessaging with HTTP support Pin
Aryadip11-Aug-04 20:22
Aryadip11-Aug-04 20:22 
GeneralSystem.Globalization - Chinese Translation Pin
KKCodePro11-Aug-04 20:16
KKCodePro11-Aug-04 20:16 
GeneralRe: System.Globalization - Chinese Translation Pin
Jay Shankar11-Aug-04 21:02
Jay Shankar11-Aug-04 21:02 
GeneralRe: System.Globalization - Chinese Translation Pin
Jay Shankar11-Aug-04 22:39
Jay Shankar11-Aug-04 22:39 
GeneralRe: System.Globalization - Chinese Translation Pin
Colin Angus Mackay11-Aug-04 22:58
Colin Angus Mackay11-Aug-04 22:58 
GeneralRe: System.Globalization - Chinese Translation Pin
Anonymous11-Aug-04 23:04
Anonymous11-Aug-04 23:04 
GeneralRe: System.Globalization - Chinese Translation Pin
Colin Angus Mackay11-Aug-04 23:45
Colin Angus Mackay11-Aug-04 23:45 
Then you don't need a translation service, paid for or free.

You just need to provide text that you can see the difference depending on the culture

For example you could set up localised resources for a button that says:

"Hello in English
"Hola" in Spanish
"Bonjour" in French

or if it is just for testing prefix everything with the language code or some other identifier so that you can see that it is working.

If it is for testing the translations could be nonsense text for all the .NET Framework will care. Just so long as you can see the code working then there is nothing else to do.

If you must use real translations then just copy the desired resources from my article on internationalisation http://www.codeproject.com/netcf/hangman_dncf.asp[^]


"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


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.