Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > explicit localization, sample testing approach not work

Reply
Thread Tools

explicit localization, sample testing approach not work

 
 
kelmen@hotmail.com
Guest
Posts: n/a
 
      02-27-2006
Greeting,

I'm working on the resources stuff, using the explicit localization.
And to test it is as :
http://www.asp.net/QuickStart/aspnet...spx#ielanguage

add in the desired language and move to top, in the IE - Tool -
Option - Language.

how this doesn't work. My still showing english (expecting Chinese).
the only way work is either I set the UICulture prop in the aspx page
at the page directive, or through code.

Do I missed something in order to test through the approach at the IE
side?

 
Reply With Quote
 
 
 
 
kelmen@hotmail.com
Guest
Posts: n/a
 
      02-27-2006
ok, I found the solution:

http://dotnetjunkies.com/WebLog/anor.../13/54271.aspx

i insert this in the web.config
<globalization culture="auto" uiCulture="auto" />

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Software Testing Processes: An approach for Software Quality software.crestech@gmail.com Java 0 05-10-2008 12:56 PM
Explicit instantiation of STL vector demands explicit instantiation of all the templates it using internally. krunalbauskar@gmail.com C++ 1 12-25-2006 03:51 PM
looking for asp.net sample with vb.net backend sample is there one? Jake ASP .Net 0 02-09-2006 10:44 PM
What's the difference betwwen explicit instantiaion and explicit specialization? Andy C++ 5 01-30-2005 11:46 PM
Is explicit template qualification required for explicit delete? J.T. Conklin C++ 1 08-11-2004 02:06 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57