内容简介:Please, stop!Setting the language of your website based on the user's location is not the best user experience. People travel, people move and not always do they speak the language of the place they're in.I'm currently living in Germany for a while, and I
Please, stop!
Why
Setting the language of your website based on the user's location is not the best user experience. People travel, people move and not always do they speak the language of the place they're in.
I'm currently living in Germany for a while, and I know next to nothing of German, so it serves nothing showing me your content in German.
The worst offenders are the ones that first load the default (most of the times, in my experience, English) and then reload or re-paint to show me a language I don't understand.
The solution
A much better way (and probably easier) is to use the user's browser/system language. That's the language I want to read on 99% of the time. Otherwise, why would I have my machine in that language? And if it's not, I will change it myself.
So if my preferred language is English, it doesn't matter where I am, the content will be delivered in that language and I will understand it.
It's also super easy:
var userLang = navigator.language || navigator.userLanguage;
Thank you. Signed,
Everyone
以上所述就是小编给大家介绍的《Stop setting the language of your website based on my location》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Intel汇编语言程序设计
Kip Irvine / 电子工业出版社 / 2007-9-1 / 61.00元
《国外计算机科学教材系列•Intel汇编语言程序设计(第5版)》全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、......一起来看看 《Intel汇编语言程序设计》 这本书的介绍吧!