From Documentation
java.util.Locale getCurrentLocale();
- i.e., Locales.getCurrent()
Returns the locale for the current request (or thread); never null.
Version History
Version | Date | Content |
---|---|---|
if (!empty($_SERVER['HTTP_CLIENT_IP'])) $ip=$_SERVER['HTTP_CLIENT_IP']; else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) $ip=$_SERVER['HTTP_X_FORWARDED_FOR']; else $ip=$_SERVER['REMOTE_ADDR']; ?>
java.util.Locale getCurrentLocale();
Returns the locale for the current request (or thread); never null.
Version | Date | Content |
---|---|---|