Upload a .resx file to the App_GlobalResource
-
Hi, I want to Upload a .resx file to the App_GlobalResource folder.It is uploading the file successfully but aftre uploading the application crashes.If anybody has any clue on this please let me know. Thanks, Prajin
Prajin wrote:
I want to Upload a .resx file to the App_GlobalResource folder.
Why you have to upload the .resx files? Just publish the website locally... You would get the binaries. Just upload those binaries which have all the resx files embedded.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
-
Prajin wrote:
I want to Upload a .resx file to the App_GlobalResource folder.
Why you have to upload the .resx files? Just publish the website locally... You would get the binaries. Just upload those binaries which have all the resx files embedded.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
Hi, My application should provide an option for the user to add a new .resx file dynamiccaly(In runtime) . Suppose the application right now support only english and the customer wants to add spansh later.He will create a .resx file for spanish using a transalator and form my application he should be able to upload it to App_GlobalResource so that from there onwards my application can be displayed in spanish also.This should happen without touching the code Thanks, Prajn