Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
QuestionGet Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 1:07
Lyon Sun13-Oct-09 1:07 
AnswerRe: Get Control information at Mouse Position? Pin
Luc Pattyn13-Oct-09 2:48
sitebuilderLuc Pattyn13-Oct-09 2:48 
GeneralRe: Get Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 4:10
Lyon Sun13-Oct-09 4:10 
GeneralRe: Get Control information at Mouse Position? Pin
Luc Pattyn13-Oct-09 4:17
sitebuilderLuc Pattyn13-Oct-09 4:17 
GeneralRe: Get Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 6:29
Lyon Sun13-Oct-09 6:29 
Questionspgridview Pin
ptvce13-Oct-09 1:05
ptvce13-Oct-09 1:05 
QuestionCapture screen in different ways, object wise, rectangle wise etc. Pin
yogesh_softworld12313-Oct-09 0:36
yogesh_softworld12313-Oct-09 0:36 
QuestionRegarding Globalization Pin
vijaylumar13-Oct-09 0:27
vijaylumar13-Oct-09 0:27 
hi friends

i developed a software with English (US) Language

now i want to set it to Danish(Denmark) Language

i used the following code

string culture;
culture = cbLanguage.SelectedItem.ToString();
BasicData.UserLangCulture = culture;
CultureInfo ci = new CultureInfo(culture);
System.Threading.Thread.CurrentThread.CurrentCulture = ci;
System.Threading.Thread.CurrentThread.CurrentUICulture = ci;

does this code sets the software with Danish(Denmark) Language

in Danish(Denmark) language '.' represents ','
how to change this
can any one help me

Thanks in advance
vijay kumar D
AnswerRe: Regarding Globalization Pin
stancrm13-Oct-09 1:06
stancrm13-Oct-09 1:06 
GeneralRe: Regarding Globalization Pin
vijaylumar13-Oct-09 1:12
vijaylumar13-Oct-09 1:12 
GeneralRe: Regarding Globalization Pin
stancrm13-Oct-09 1:27
stancrm13-Oct-09 1:27 
GeneralRe: Regarding Globalization Pin
vijaylumar13-Oct-09 1:41
vijaylumar13-Oct-09 1:41 
GeneralRe: Regarding Globalization Pin
stancrm13-Oct-09 1:46
stancrm13-Oct-09 1:46 
GeneralRe: Regarding Globalization Pin
vijaylumar13-Oct-09 1:59
vijaylumar13-Oct-09 1:59 
GeneralRe: Regarding Globalization Pin
stancrm13-Oct-09 2:04
stancrm13-Oct-09 2:04 
GeneralRe: Regarding Globalization Pin
benjymous13-Oct-09 3:04
benjymous13-Oct-09 3:04 
GeneralRe: Regarding Globalization Pin
Eddy Vluggen13-Oct-09 3:10
professionalEddy Vluggen13-Oct-09 3:10 
QuestionSimulation mobile users in network Pin
trungtin13-Oct-09 0:10
trungtin13-Oct-09 0:10 
QuestionxmlDocument Pin
arkiboys12-Oct-09 23:40
arkiboys12-Oct-09 23:40 
AnswerRe: xmlDocument Pin
SeMartens12-Oct-09 23:55
SeMartens12-Oct-09 23:55 
GeneralRe: xmlDocument Pin
arkiboys13-Oct-09 0:43
arkiboys13-Oct-09 0:43 
GeneralRe: xmlDocument Pin
SeMartens13-Oct-09 0:46
SeMartens13-Oct-09 0:46 
GeneralRe: xmlDocument Pin
arkiboys13-Oct-09 0:51
arkiboys13-Oct-09 0:51 
GeneralRe: xmlDocument Pin
SeMartens13-Oct-09 1:02
SeMartens13-Oct-09 1:02 
GeneralRe: xmlDocument Pin
arkiboys13-Oct-09 1:19
arkiboys13-Oct-09 1:19 

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.