本文介绍了法语页面资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我正在用法语和阿拉伯语创建多语言网站.
我添加了本地资源.
一切都已翻译成相应的语言,但是即使我更改了相应语言中每个字符串的值,页面的标题也保持不变.


请为我提供解决方案.

Hello,

I''m creating multilingual website in French and Arabic.
I added local resources.
Everything has been translated in respective language, but TITLE of the page remains constant, even though I change Value of every string in respective language.


Please, provide me solution.

推荐答案


<title><asp:Literal runat="server" Text="<%



使用此代码,就可以了


Use this code and it worked


这篇关于法语页面资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 04:12