简体   繁体   中英

Building Multilingual Web Sites with ASP.NET

I am making a Multilingual Website with ASP.NET using visual studio 2008. In my application i want to make support for different languages for that i need to create resource files for each language . After designing the page, i went to Tools and then selected Generate Local Resource but i am not able to generate Local resource file .

I am getting an error :"Start creating resource content and adding 'meta' attributes to server controls and directives. A resource writer could not be found. Finished creating resource content and adding 'meta' attributes."

And am not getting the Local resource file.

Have you added/changed the globalization attribute in web.config?

<system.web>
  <globalization enableClientBasedCulture="true" culture="auto" uiCulture="auto"/>
</system.web>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM