Click here to Skip to main content
15,921,028 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Filling a ListView is too slow. Pin
luke72724-Jan-06 9:04
luke72724-Jan-06 9:04 
AnswerRe: Filling a ListView is too slow. Pin
Daniel Grunwald24-Jan-06 8:48
Daniel Grunwald24-Jan-06 8:48 
GeneralRe: Filling a ListView is too slow. Pin
luke72724-Jan-06 9:14
luke72724-Jan-06 9:14 
AnswerRe: Filling a ListView is too slow. Pin
luke72724-Jan-06 21:04
luke72724-Jan-06 21:04 
GeneralRe: Filling a ListView is too slow. Pin
Daniel Grunwald25-Jan-06 4:16
Daniel Grunwald25-Jan-06 4:16 
GeneralRe: Filling a ListView is too slow. Pin
Dan Neely25-Jan-06 5:39
Dan Neely25-Jan-06 5:39 
AnswerRe: Filling a ListView is too slow. Pin
luke72725-Jan-06 7:34
luke72725-Jan-06 7:34 
QuestionCulture and TwoLetterISOLanguageName Pin
Alsvha24-Jan-06 3:40
Alsvha24-Jan-06 3:40 
Greetings

Lately I've been using the "System.Threading.Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName" as a language code for my project(s) where I have text translated.

The system I'm working up against uses for instance "gb" as english langauge code for translated texts whereas "us" covers american.
However TwoLetterISOLanguageName gives out "en" for both, making it impossible for me to distinquish between the two.
I could use other variables in the culture object but these all gives out longer then 2 characters, and not the result I wanted, which means that I'll have to use session variables to hold langauge code (which I find bad because this culture object is already there).

So - is there anyway I can connect for instance the variable "gb" with en-GB culture object withouth having to create my own new culture object for each culture I want to use?
(yes, I could use substring :p - but that wouldn't help much because then I need to know when to do substring etc and that kind of voids the reason I'm starting to use culture Smile | :) )

Regards.


---------------------------
127.0.0.1 - Sweet 127.0.0.1
AnswerRe: Culture and TwoLetterISOLanguageName Pin
lmoelleb24-Jan-06 21:18
lmoelleb24-Jan-06 21:18 
QuestionInvokeMember and [out] parameter from COM Pin
QuaKx23-Jan-06 20:50
QuaKx23-Jan-06 20:50 
Question2005 Posters Pin
Jack Puppy23-Jan-06 13:52
Jack Puppy23-Jan-06 13:52 
AnswerRe: 2005 Posters Pin
Paul Conrad23-Jan-06 18:45
professionalPaul Conrad23-Jan-06 18:45 
Questionvc 2005 and Manifests Pin
Swinefeaster23-Jan-06 13:32
Swinefeaster23-Jan-06 13:32 
QuestionPassword Textbox Pin
Paul Conrad23-Jan-06 10:58
professionalPaul Conrad23-Jan-06 10:58 
AnswerRe: Password Textbox Pin
Dave Kreskowiak23-Jan-06 11:02
mveDave Kreskowiak23-Jan-06 11:02 
GeneralRe: Password Textbox Pin
Paul Conrad23-Jan-06 12:19
professionalPaul Conrad23-Jan-06 12:19 
AnswerRe: Password Textbox Pin
James Gupta24-Jan-06 9:33
professionalJames Gupta24-Jan-06 9:33 
GeneralRe: Password Textbox Pin
Paul Conrad24-Jan-06 10:57
professionalPaul Conrad24-Jan-06 10:57 
GeneralRe: Password Textbox Pin
James Gupta24-Jan-06 11:45
professionalJames Gupta24-Jan-06 11:45 
GeneralRe: Password Textbox Pin
Paul Conrad24-Jan-06 11:54
professionalPaul Conrad24-Jan-06 11:54 
GeneralRe: Password Textbox Pin
James Gupta24-Jan-06 12:14
professionalJames Gupta24-Jan-06 12:14 
GeneralRe: Password Textbox Pin
Dave Kreskowiak24-Jan-06 12:37
mveDave Kreskowiak24-Jan-06 12:37 
GeneralRe: Password Textbox Pin
Paul Conrad24-Jan-06 12:42
professionalPaul Conrad24-Jan-06 12:42 
GeneralRe: Password Textbox Pin
lmoelleb24-Jan-06 21:23
lmoelleb24-Jan-06 21:23 
GeneralRe: Password Textbox Pin
Paul Conrad25-Jan-06 6:32
professionalPaul Conrad25-Jan-06 6:32 

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.