allowing user to add new lagnuage in release asp.net app

Last post 07-05-2009 5:31 PM by anas. 1 replies.

Sort Posts:

  • allowing user to add new lagnuage in release asp.net app

    07-05-2009, 1:01 PM
    • Member
      72 point Member
    • tihomir_wwf
    • Member since 02-24-2008, 9:33 AM
    • Sofia, Bulgaria
    • Posts 68

    Hi friends,

    I'm working on asp.net application which will be delivered to the customers in release. But I want to allow the users to add new languages for the asp.net app.

      Unfortunatelly, Adding of a new .resx file to the app requires to recompile the whole project. Is there other way how to allow the customers to add new language without recompile the app ?


    Thanks in advanced for all replies :) 


  • Re: allowing user to add new lagnuage in release asp.net app

    07-05-2009, 5:31 PM
    Answer
    • All-Star
      60,652 point All-Star
    • anas
    • Member since 09-21-2006, 8:31 AM
    • Palestinian Territory, Occupied
    • Posts 6,847
    • Moderator

    Hi,

    ASP.NET allow you to create your custom resource provider if you like to store the reousrces in a non resx files.

    The following is an example on creating a custom database resource provider to store the resources in the database :

    http://www.west-wind.com/presentations/wwDbResourceProvider/

    Regards,

    Anas Ghanem | Blog

Page 1 of 1 (2 items)