Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
QuestionListview control with checkbox Pin
biswabhusan22-Jan-07 22:57
biswabhusan22-Jan-07 22:57 
Questionstring serialization Pin
balkang22-Jan-07 22:56
balkang22-Jan-07 22:56 
AnswerRe: string serialization Pin
aamironline23-Jan-07 21:35
aamironline23-Jan-07 21:35 
QuestionHow to read the attribute value of an element in xml using c# Pin
VijayaRam22-Jan-07 22:54
VijayaRam22-Jan-07 22:54 
Questionadobe flash in webbrowser control Pin
overfreeze22-Jan-07 22:35
overfreeze22-Jan-07 22:35 
QuestionLocalisation of c# Windows Application Pin
VijayaRam22-Jan-07 22:35
VijayaRam22-Jan-07 22:35 
AnswerRe: Localisation of c# Windows Application Pin
Bhupi Bhai22-Jan-07 22:56
Bhupi Bhai22-Jan-07 22:56 
AnswerRe: Localisation of c# Windows Application Pin
Kodanda Pani23-Jan-07 19:08
Kodanda Pani23-Jan-07 19:08 
Hi,

To implement the localization we need to do

1) Create .resx file for each language.

2) Generate .resource file from the .resx file using resgen tool.

3) Create the ResourceManger in your application.

4) The .resx files store the language strings as key value. So read the language string using the Getstring method of ResourceManager passig key value as input parameter.

Guess this will help you.


Pani
GeneralRe: Localisation of c# Windows Application Pin
VijayaRam31-Jan-07 1:41
VijayaRam31-Jan-07 1:41 
Questiondatabase write permission change Pin
raju_net181822-Jan-07 22:14
raju_net181822-Jan-07 22:14 
Questiontransfering of file Pin
Fatima Tuz Zahra22-Jan-07 21:18
Fatima Tuz Zahra22-Jan-07 21:18 
AnswerRe: transfering of file Pin
bobsugar22222-Jan-07 21:47
bobsugar22222-Jan-07 21:47 
AnswerRe: transfering of file Pin
Parwej Ahamad22-Jan-07 22:39
professionalParwej Ahamad22-Jan-07 22:39 
QuestionPassing an array of structs from c# to unmanaged c++ dll Pin
Marek Konieczny22-Jan-07 21:12
Marek Konieczny22-Jan-07 21:12 
Questionhow to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 21:07
Saira Tanwir22-Jan-07 21:07 
AnswerRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:04
bobsugar22222-Jan-07 22:04 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:17
Saira Tanwir22-Jan-07 22:17 
AnswerRe: how to write on an html page through StremWriter class?? Pin
Guffa22-Jan-07 22:24
Guffa22-Jan-07 22:24 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:35
bobsugar22222-Jan-07 22:35 
AnswerRe: how to write on an html page through StremWriter class?? Pin
Stefan Troschuetz22-Jan-07 22:23
Stefan Troschuetz22-Jan-07 22:23 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:33
Saira Tanwir22-Jan-07 22:33 
GeneralRe: how to write on an html page through StremWriter class?? [modified] Pin
bobsugar22222-Jan-07 22:39
bobsugar22222-Jan-07 22:39 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:51
Saira Tanwir22-Jan-07 22:51 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:59
bobsugar22222-Jan-07 22:59 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22223-Jan-07 0:09
bobsugar22223-Jan-07 0:09 

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.