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

C#

 
AnswerRe: Problem whit inserting date - Oracle and C# Pin
Giorgi Dalakishvili30-Mar-09 8:22
mentorGiorgi Dalakishvili30-Mar-09 8:22 
AnswerRe: Problem whit inserting date - Oracle and C# Pin
prubyholl30-Mar-09 8:23
professionalprubyholl30-Mar-09 8:23 
GeneralRe: Problem whit inserting date - Oracle and C# Pin
Dave Kreskowiak30-Mar-09 9:07
mveDave Kreskowiak30-Mar-09 9:07 
AnswerRe: Problem whit inserting date - Oracle and C# Pin
dan!sh 30-Mar-09 8:34
professional dan!sh 30-Mar-09 8:34 
AnswerRe: Problem whit inserting date - Oracle and C# [modified] Pin
Fayu30-Mar-09 8:37
Fayu30-Mar-09 8:37 
GeneralRe: Problem whit inserting date - Oracle and C# Pin
Thomas Krojer31-Mar-09 1:12
Thomas Krojer31-Mar-09 1:12 
Questionwriting another language in textbox Pin
behzadcp30-Mar-09 8:06
professionalbehzadcp30-Mar-09 8:06 
AnswerRe: writing another language in textbox Pin
Mustafa Ismail Mustafa30-Mar-09 8:20
Mustafa Ismail Mustafa30-Mar-09 8:20 
You need the System.Globalization reference, there's no way about that, but it doesn't have to be too difficult.

First, the actual language has to be installed on the system, then you can do something like this:

InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(System.Globalization.CultureInfo.GetCultureInfo("ar-JO"));


This is how I localize a textbox to Arabic

If the post was helpful, please vote!



Why won't the worm just leave me be?


GeneralRe: writing another language in textbox Pin
behzadcp30-Mar-09 9:00
professionalbehzadcp30-Mar-09 9:00 
GeneralRe: writing another language in textbox Pin
Mustafa Ismail Mustafa30-Mar-09 9:15
Mustafa Ismail Mustafa30-Mar-09 9:15 
GeneralRe: writing another language in textbox Pin
Colin Angus Mackay30-Mar-09 13:17
Colin Angus Mackay30-Mar-09 13:17 
GeneralRe: writing another language in textbox Pin
Mycroft Holmes30-Mar-09 21:29
professionalMycroft Holmes30-Mar-09 21:29 
GeneralRe: writing another language in textbox Pin
Mustafa Ismail Mustafa30-Mar-09 23:31
Mustafa Ismail Mustafa30-Mar-09 23:31 
GeneralRe: writing another language in textbox Pin
Mycroft Holmes31-Mar-09 0:37
professionalMycroft Holmes31-Mar-09 0:37 
GeneralRe: writing another language in textbox Pin
Mustafa Ismail Mustafa31-Mar-09 0:49
Mustafa Ismail Mustafa31-Mar-09 0:49 
QuestionHiding <div> OnSelectedIndexChanged [modified] Pin
asipo30-Mar-09 8:01
asipo30-Mar-09 8:01 
AnswerRe: Hiding <div> OnSelectedIndexChanged Pin
Xmen Real 30-Mar-09 8:48
professional Xmen Real 30-Mar-09 8:48 
QuestionDataSet.GetChanges() returns null after data-bound control value modified Pin
Brian Perrin30-Mar-09 7:48
Brian Perrin30-Mar-09 7:48 
AnswerRe: DataSet.GetChanges() returns null after data-bound control value modified Pin
howlettt30-Mar-09 12:03
howlettt30-Mar-09 12:03 
QuestionC# to Access Excel files Pin
ematskin30-Mar-09 7:24
ematskin30-Mar-09 7:24 
AnswerRe: C# to Access Excel files Pin
EliottA30-Mar-09 8:28
EliottA30-Mar-09 8:28 
QuestionC# Pin
M aJi D30-Mar-09 7:08
M aJi D30-Mar-09 7:08 
AnswerRe: C# Pin
EliottA30-Mar-09 7:20
EliottA30-Mar-09 7:20 
AnswerRe: C# Pin
0x3c030-Mar-09 7:50
0x3c030-Mar-09 7:50 
QuestionFlowchart - approach Pin
dfreeser30-Mar-09 7:06
dfreeser30-Mar-09 7:06 

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.