Using Resource Files in ASP.NET There are 2 types of resource files, local and global resource files. In order to create a resource file for another language, you will need to create another file with the language 2 letter ISO code. Global resource files are stored in the App_GlobalResources ASP.NET folder. Use these resources for text. ASP.Net Global Resource example: How to use Resource file in ASP.Net using C# and VB.Net 20 Jul 2017 20 Jul 2017 Mudassar Khan 1 Comments 8628 Views ASP.Net.