Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有三个超链接英文、西班牙文和中文。当用户点击西班牙语时,网站的所有内容都会变成西班牙语(等等)。我试图在谷歌上找到答案,但没有得到完美的答案。如果您有任何链接,请与我分享。我不知道如何实现全球化。
注意:-我尝试在超链接上实现。
这是一个使用 ComboBox 在语言之间切换的教程。本教程保存在 Session 集合中选择的最后一个区域性。如果您希望它在访问中保持不变,您可以将其存储在 cookie 中。
本地化教程