Click here to Skip to main content
15,906,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
Abhijit Jana24-Mar-08 2:43
professionalAbhijit Jana24-Mar-08 2:43 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
kinnuP24-Mar-08 3:59
kinnuP24-Mar-08 3:59 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
Abhijit Jana24-Mar-08 4:03
professionalAbhijit Jana24-Mar-08 4:03 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
kinnuP25-Mar-08 3:39
kinnuP25-Mar-08 3:39 
Questionhow can i use master form in asp.Net 2.0 Pin
koolprasad200324-Mar-08 1:51
professionalkoolprasad200324-Mar-08 1:51 
AnswerRe: how can i use master form in asp.Net 2.0 Pin
pmarfleet24-Mar-08 2:16
pmarfleet24-Mar-08 2:16 
QuestionReferenced class liabrary project debugging issues Pin
Vipul Mehta24-Mar-08 1:20
Vipul Mehta24-Mar-08 1:20 
Generalquery about changing the Resource files for changing the language of my website Pin
Rocky#24-Mar-08 1:19
Rocky#24-Mar-08 1:19 
hi,

I'm working on making a Spanish version of my website and at the moment I'm trying to make a simple form where I'm giving an ImageButton on top with the Spanish flag so that one could get its spanish version on clicking it. I've made two resource files (index.aspx.resx and index.aspx.en-US.resx) Now I'm trying to change the resource file used by using the following code but its not working. It just doesnt give any outcome except for the same ol page in en-US.

Can any one plz tell me how to change the resx file used behind the scenes.

Thanks

<code>protected void ChangeLanguage_ImgButton(object s, EventArgs e)
    {
        CultureInfo culture_object;

        
        culture_object = new CultureInfo("es-ES");
        Session["culture"] = "es";
        
        

        System.Threading.Thread.CurrentThread.CurrentCulture = culture_object;

        System.Threading.Thread.CurrentThread.CurrentUICulture = culture_object;
        

    }
        </code>


Rocky

Success is a ladder which you can't climb with your hands in your pockets.

GeneralRe: query about changing the Resource files for changing the language of my website Pin
Chetan Patel24-Mar-08 1:52
Chetan Patel24-Mar-08 1:52 
GeneralRe: query about changing the Resource files for changing the language of my website Pin
Rocky#24-Mar-08 1:58
Rocky#24-Mar-08 1:58 
GeneralRe: query about changing the Resource files for changing the language of my website Pin
Chetan Patel24-Mar-08 1:59
Chetan Patel24-Mar-08 1:59 
QuestionWorking with photos Pin
Soumini Ramakrishnan24-Mar-08 0:37
Soumini Ramakrishnan24-Mar-08 0:37 
GeneralRe: Working with photos Pin
Rocky#24-Mar-08 1:23
Rocky#24-Mar-08 1:23 
GeneralRe: Working with photos Pin
Chetan Patel24-Mar-08 1:53
Chetan Patel24-Mar-08 1:53 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 2:10
N a v a n e e t h24-Mar-08 2:10 
GeneralRe: Working with photos Pin
Abhijit Jana24-Mar-08 2:13
professionalAbhijit Jana24-Mar-08 2:13 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 2:56
N a v a n e e t h24-Mar-08 2:56 
GeneralRe: Working with photos Pin
Abhijit Jana24-Mar-08 3:17
professionalAbhijit Jana24-Mar-08 3:17 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 3:31
N a v a n e e t h24-Mar-08 3:31 
GeneralRe: Working with photos Pin
Abhijit Jana24-Mar-08 3:34
professionalAbhijit Jana24-Mar-08 3:34 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 3:39
N a v a n e e t h24-Mar-08 3:39 
GeneralRe: Working with photos Pin
Abhijit Jana24-Mar-08 3:43
professionalAbhijit Jana24-Mar-08 3:43 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 4:19
N a v a n e e t h24-Mar-08 4:19 
Questionchange folder permission Pin
KiranKumar Roy23-Mar-08 23:24
KiranKumar Roy23-Mar-08 23:24 
GeneralRe: change folder permission Pin
Abhijit Jana24-Mar-08 2:40
professionalAbhijit Jana24-Mar-08 2:40 

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.