开发者

asp.net internationalization with a single resource file for each language (for all pages)

is it possible to do internationalization in asp.net with just one resource file for a开发者_C百科ll pages (I know that by default you have to have resource files for each page)


You can have global and page level resources. If the file is in app_globalresources, it's meant to be a global resource file. If it's in app_localresources, it's meant to be a page level resource file.


Yes, see similar question: Global resource vs. Local resource in ASP.NET

Resource link:

ASP.NET Web Page Resources Overview

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜