Tj Kellie

United States

roninWare.net

Age: 36

Professional developer since 1996 and enthusiast coder in every sense of the word.

I mainly focus in .net distributed web software in the c# and javascript languages.

Mar
7
awarded Caucus
Feb
25
answered LINQ query to store data in a class type having enum type
Jan
12
awarded Yearling
Oct
11
answered File download For Current Request in c# .net
Oct
11
answered Migrate to Amazon SQL Server RDS
Sep
9
awarded Nice Question
Jul
28
awarded Popular Question
Jun
8
awarded Constituent
Jun
8
awarded Constituent
Jun
8
awarded Caucus
Jun
8
awarded Caucus
Apr
13
awarded c#
Feb
16
awarded Self-Learner
Feb
6
awarded Enlightened
Feb
6
awarded Nice Answer
Jan
12
awarded Yearling
Oct
5
awarded Revival
Oct
4
answered How long will the browser wait after an ajax request?
Aug
18
answered Implicit conversion between types in C#
Jun
21
comment Report (RDLC) Localization/Globalization
@rperson, are you talking about multi-language translation of text based on the culture? If so and you only have the 2 to contend with you could table all the strings and load a dataset based on the culture parameter. You would then need to use an expression to display each one from the dataset.
1 2 3 4 5