This document discusses short text language detection using n-gram analysis. It presents an existing language detection library called language-detection that uses character 3-grams and Bayesian filtering. The library achieves over 99% accuracy on 53 languages when trained on Wikipedia text. The document also reports on evaluations of the library and another method (CLD) on news text and European Parliament proceedings, achieving over 90% accuracy on most languages. However, accuracy drops to 90-95% for Twitter text due to its short, noisy nature.