Google Analytics displays statistics depending on user’s language. I have visitors whose locale is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only locale names you can count on finding on all operating systems are these three standard ones:
This is the standard C locale. The attributes and behavior it provides are specified in the ISO C standard. When your program starts up, it initially uses this locale by default.
This is the standard POSIX locale. Currently, it is an alias for the standard C locale.
The empty name says to select a locale based on environment variables. See Locale Categories.