|
Subject:
|
Ch03 Listing3_18
|
|
Posted By:
|
smiller
|
Post Date:
|
9/24/2006 11:26:55 AM
|
I'm working through the Resouce .resx example for the App_GlobalResouces example.
The .resouce file code is working and I get the correct Page Title, question and answer from the file.
But when I change my browsers language to Finnish (FI) it still shows the resources in English.
Has anyone else got this to work? Anyone know any fixes. I tried this example a while back and had the same problem and never figured it out.
|
|
Reply By:
|
Asp.Net
|
Reply Date:
|
9/25/2006 2:02:20 PM
|
This is a GlobalResources example. from WroxBox [Professional asp.Net 2.0] //-----------------------------------------
DO NOT USE CAPITAL LETTERS!
Good! [fi][ru][en] Good! [en-us] Wrong! [RU][EN] or [fi-FI]
See How it works.http://aspspider.biz/chadfunk/Greeting/Greeting1.aspx
//------------------------------------------ The Page works with 123-languages. Russian,English,Hebrew,Finnish.........................123 Hope this example will help you. Take care!
|