本文介绍了不使用.resx的Web应用程序的多语言支持(资源文件)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我使用Asp.net和C#开发了一个网站。现在我想用不同的语言翻译现有的网站。这是非常沉重的网站,无法为每个页面创建资源文件。

请建议我在现有网站上支持多语言的最佳方式,无需创建.resx(资源文件)



谢谢

Gulshan

Hi All,

I have developed a website using Asp.net and C#. now i want to translate the existing website in different different language. this is very heavy website and can not create resource file for each page.
please suggest me best way to support multilingual in existing website without creating .resx (resource file)

Thanks
Gulshan

推荐答案


这篇关于不使用.resx的Web应用程序的多语言支持(资源文件)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 19:46