pub fn detect_language(text: &str) -> Option<String>
Simple language detection based on common words Returns ISO 639-1 language code or None