设计一种允许用户更改网站语言的方法
我有一个用 PHP 编写的网站(我的所有功能都已完成),现在我开始添加界面。该网站允许用户决定他们希望页面显示哪种语言。信息存储在 cookie 中,然后在需要时读取语言文件以显示正确的内容。
我的问题是,在设计方面,我如何允许用户更改语言?例如,使用下拉框或其他一些方法。我正在寻找看起来非常好但也非常简单的东西。
I have a website written in PHP (all of my functionality is complete) and I am now starting to add the interface. The site allows users to decide which language they want the pages displayed in. The information is stored in a cookie and then a language file is read when needed to display the correct content.
My question is, in terms of design, how could I allow the user to change the language? For example, using a dropdown box or some other method. I am looking for something that looks really good but is also really simple.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
带有叠加效果的模态确认窗口中的下拉菜单会很酷。
Dropdown in a modal confirmation window with overlay effect would be cool.