Imagine you run a restaurant chain with locations in ten countries. You send the same recipe to every kitchen — same ingredients list, same cooking steps — but translated into each local language. You'd expect the same dish everywhere. Instead, the Tokyo kitchen interprets 'roast' differently than the São Paulo one, the Arabic kitchen gets a garbled ingredient list, and the English kitchen is the only one that reliably produces what you intended. That's what's happening inside text-to-image models right now, and this paper is the health inspection report. The committed claim: current T2I models exhibit systematic, measurable linguistic inequality — non-English prompts produce demonstrably worse outputs, and the failure modes are language-specific, not random. This isn't 'models are slightly worse in other languages.' The paper introduces LingT2I, a benchmark of 33,000 prompts across 10 widely used languages, and uses it to show that the degradation patterns are structurally tied to linguistic properties and cultural contexts. Accepted at ACM MM 2026, this is a benchmark-and-analysis paper, not a fix. The field fight here is real: should multilingual T2I be solved at the model level (bigger, more diverse training data) or at the interface level (better translation pipelines, language-specific adapters)? This paper doesn't pick a side, but its evidence — that language-dependent trade-offs exist across evaluation dimensions — strongly implies the problem is deeper than training data gaps. When Japanese prompts systematically produce different aesthetic choices than Korean ones for semantically identical requests, you're seeing cultural encoding baked into the model's latent space, not just vocabulary coverage. The benchmark design covers two distinct capabilities: content generation (does the image match the prompt's semantic intent?) and text rendering (can the model draw text in the target script?). This is a smart split. Text rendering in non-Latin scripts is a separate, harder problem — Arabic right-to-left, CJK character complexity, Devanagari conjuncts — and conflating it with semantic fidelity would muddy the results. By separating them, LingT2I lets you diagnose WHERE each model fails for each language. On the ladder: there's no single prior benchmark this directly competes with. Existing multilingual T2I evaluation has been ad hoc — individual papers testing 2-3 languages with small prompt sets. The closest structural predecessor is probably DrawBench or T2I-CompBench for English-only evaluation, but nothing at this language breadth with this prompt scale existed before. LingT2I is filling a gap rather than climbing over a competitor. The 10-language, 33K-prompt scale is the contribution. The integrity picture is mixed in a way that's typical for benchmark papers. The authors release code and dataset (strong), use their own benchmark for evaluation (necessarily circular for a benchmark-introduction paper), and the evaluation dimensions appear comprehensive. But the key question — which T2I models were tested, with what versions, at what inference settings — lives in the full paper, not the abstract. The ACM MM acceptance provides peer review, but independent replication using LingT2I on additional models is the real validation this needs. The obvious experiment not run: fine-tuning or adapting a T2I model using the benchmark's findings to actually close the cross-lingual gap. The paper diagnoses the disease but doesn't test any treatment. My honest read: this is (c) — they're saving it. A benchmark paper and an intervention paper are two separate publications, and bundling them would dilute both. The next paper from this group will almost certainly propose a cross-lingual consistency loss or a language-adaptive module, using LingT2I as the evaluation harness. That's the paper to watch for.