开发者

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

开发者 https://www.devze.com 2022-12-10 09:53 出处:网络
is it possible to do internationalization in asp.net with just one resource file for a开发者_C百科ll 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

精彩评论

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