Localisation in Asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blacky
    New Member
    • Jan 2009
    • 40

    Localisation in Asp.net

    Hi,

    I have created a asp.net appln using c#.I have a website created in my soln explorer. in that i have a folder called xxx. In which i have added a form and have a dropdown which has list of languages based on which my button control text should change.I have created resource files for each language. It works fine for webform created directly in the website of my solution explorer and if its inside a folder xxx which is in the website its not working fine.What should i do for this? Please do reply asap

    Thanks in advance.
    Blacky
  • Blacky
    New Member
    • Jan 2009
    • 40

    #2
    localization in webforms which uses masterpages

    Hi,

    My localisation part works well as when i choose selected language from my dropdown the text of the button changes. I am using resource files. meta:resourceKe y ="xxx" for the button control. It works fine for a webpage. But when i include masterpage in my webform the concept i used before is not working properly.please do the needful asap.

    thanks n regards,
    Blacky

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Please check out this thread for the answer to your question: App_localresour ces not working with directories

      Comment

      Working...