I tested the way to make a global application with Asp.net 2.0
Share it now and looking forward to receiving your feedback and directions.
1、Create the resource file in Resources folder
Japanese(SharedResource.ja.resx)
English(SharedResource.en-US.resx)
2、In Global.asax,























you can see I used a parameter [Language] to swith to different language, certainly we can change the paremeter before
we post to server in aspx.
3、In aspx page_load



Use the method [GetAppResourceObject] we can get the string from resource file.