Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
AnswerYou would have to do a speed test Pin
Ennis Ray Lynch, Jr.30-Mar-07 3:53
Ennis Ray Lynch, Jr.30-Mar-07 3:53 
AnswerRe: How to check whether a specified character exists in a string ? [modified] Pin
Russell Jones30-Mar-07 3:55
Russell Jones30-Mar-07 3:55 
AnswerRe: How to check whether a specified character exists in a string ? Pin
Luc Pattyn31-Mar-07 11:31
sitebuilderLuc Pattyn31-Mar-07 11:31 
QuestionHow to modify windows' Open and New dialog using C# Pin
dudedotnet30-Mar-07 2:12
dudedotnet30-Mar-07 2:12 
AnswerRe: How to modify windows' Open and New dialog using C# Pin
Christian Graus30-Mar-07 3:12
protectorChristian Graus30-Mar-07 3:12 
QuestionStream excel workbook Pin
Olleess30-Mar-07 2:00
Olleess30-Mar-07 2:00 
Questionmultilingual pages in asp.net Pin
biaali30-Mar-07 1:50
biaali30-Mar-07 1:50 
AnswerRe: multilingual pages in asp.net Pin
Pixinger7730-Mar-07 3:21
Pixinger7730-Mar-07 3:21 
I'm not familiar to ASP.NET but i guess the problem is similar to a Standard WindowsApplication.
The cultureInfo is devided in three groups: invariant languages, neutral languages and specific languages.
Invariant languages and neutral languages can not be used as a language in a thread. You always need to define a specific language (in your case it should be "ur-PK").
The three groups of languages are build up like a tree.

invariant--- neutral A -- specific AA
     |          |-------- specific AB
     |
     |------ neutral B -- specific BA
                |-------- specific BB


In case that the system can not find a "specific AA"-ResX it will fallback to a "neutral A"-ResX. If it doesn't find a "neutral A"-ResX it will fallback to the "invariant"-ResX. The specific languages are like dialects.
Localization is quite a complex theme and should be handled carfully. You can find a lot of articles in the internet and the MSDN. Take your time to read a few of them. --good luck--

greets snowprog
QuestionXML File Pin
7130-Mar-07 1:44
7130-Mar-07 1:44 
AnswerRe: XML File Pin
Christian Graus30-Mar-07 3:12
protectorChristian Graus30-Mar-07 3:12 
GeneralRe: XML File Pin
711-Apr-07 18:42
711-Apr-07 18:42 
Questiondisplay data in excel sheet from a selected folder from listview at run time, its very urgent... Pin
sarvesh rai30-Mar-07 1:09
sarvesh rai30-Mar-07 1:09 
QuestionHow to add a LabelCotrol to A DATAGRIDVIEW Pin
pashitech30-Mar-07 1:03
pashitech30-Mar-07 1:03 
QuestionFormatting a string Pin
stancrm30-Mar-07 0:50
stancrm30-Mar-07 0:50 
AnswerRe: Formatting a string Pin
Stanciu Vlad30-Mar-07 1:19
Stanciu Vlad30-Mar-07 1:19 
Questioniterating and comaprings rows Pin
shum2330-Mar-07 0:47
shum2330-Mar-07 0:47 
QuestionProblems with combo box Pin
sinosoidal30-Mar-07 0:43
sinosoidal30-Mar-07 0:43 
AnswerRe: Problems with combo box Pin
stancrm30-Mar-07 0:52
stancrm30-Mar-07 0:52 
AnswerRe: Problems with combo box Pin
amir_syafrudin30-Mar-07 3:14
amir_syafrudin30-Mar-07 3:14 
GeneralRe: Problems with combo box Pin
sinosoidal30-Mar-07 3:15
sinosoidal30-Mar-07 3:15 
Questionrepeater problem Pin
jaganil30-Mar-07 0:27
jaganil30-Mar-07 0:27 
AnswerRe: repeater problem Pin
J$30-Mar-07 11:11
J$30-Mar-07 11:11 
Questionobject oriented doubt Pin
kalyan_241630-Mar-07 0:23
kalyan_241630-Mar-07 0:23 
AnswerRe: object oriented doubt Pin
Colin Angus Mackay30-Mar-07 0:27
Colin Angus Mackay30-Mar-07 0:27 
GeneralRe: object oriented doubt Pin
kalyan_241630-Mar-07 0:35
kalyan_241630-Mar-07 0:35 

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.