Posted on: 5/25/2015 2:38:15 PM | Views : 582

I have this work Can any of you help me I could not find on the internet any information help me or I can understand web.config from it :( please help me ... this is the task..
“simple login task” to be multi language (i.e ) the login page , add new page “info.aspx” has any information
You should use the “MasterPage” component to implement langusge dropdown list .
The user will choose the language once and your application should save his selection on cookies , until the user change it himself .
The language list should be stored in web.config like this format:
“ar:Arabic,en-us:English,es:espanish” ,
The default language is English
Please let me know if any questions .
thanks

Go to the complete details ...