Localizing a text file
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I try to explain you my situation : I've got a web application (vs2008 and fw 3.5),I've also got a file.txt I've added under App_GlobalResources called resistrationBody.txt, my questions are : 1) how can I read this file from resources (not being this file a .resx file) 2) can I localize it as it can be done with .aspx.en.rex file? Thanks Paolo Ponzano