Click here to Skip to main content
15,898,924 members
Home / Discussions / C#
   

C#

 
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!


GeneralRe: System.Globalization - Chinese Translation Pin
Jay Shankar12-Aug-04 0:30
Jay Shankar12-Aug-04 0:30 
GeneralRe: System.Globalization - Chinese Translation Pin
Colin Angus Mackay12-Aug-04 0:44
Colin Angus Mackay12-Aug-04 0:44 
GeneralXmlNode.Value Property Pin
eggie511-Aug-04 19:33
eggie511-Aug-04 19:33 
GeneralRe: XmlNode.Value Property Pin
ChrisAdams12-Aug-04 0:00
ChrisAdams12-Aug-04 0:00 
GeneralRe: XmlNode.Value Property Pin
eggie512-Aug-04 7:01
eggie512-Aug-04 7:01 
GeneralRe: XmlNode.Value Property Pin
eggie512-Aug-04 7:10
eggie512-Aug-04 7:10 
GeneralRe: XmlNode.Value Property Pin
ChrisAdams12-Aug-04 9:47
ChrisAdams12-Aug-04 9:47 
QuestionHow to manage DB transaction using MTS Pin
yu-yu11-Aug-04 18:19
yu-yu11-Aug-04 18:19 
GeneralScrollBar Woes... Pin
Anonymous11-Aug-04 17:26
Anonymous11-Aug-04 17:26 
GeneralRe: ScrollBar Woes... Pin
Jay Shankar11-Aug-04 21:10
Jay Shankar11-Aug-04 21:10 
Questionhow to capture user input value in UserControl Pin
changcn11-Aug-04 17:03
changcn11-Aug-04 17:03 
AnswerRe: how to capture user input value in UserControl Pin
Jay Shankar11-Aug-04 21:34
Jay Shankar11-Aug-04 21:34 
GeneralConvert vb to C# Pin
tzewei11-Aug-04 16:52
tzewei11-Aug-04 16:52 
GeneralRe: Convert vb to C# Pin
changcn11-Aug-04 17:05
changcn11-Aug-04 17:05 
GeneralRe: Convert vb to C# Pin
sreejith ss nair11-Aug-04 17:21
sreejith ss nair11-Aug-04 17:21 
GeneralRe: Convert vb to C# Pin
tzewei11-Aug-04 17:59
tzewei11-Aug-04 17:59 
GeneralLooking for ideas on how dynamically resize controls Pin
Flack11-Aug-04 16:44
Flack11-Aug-04 16:44 

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.