1 write to LangId
System.Speech (1)
Internal\SrgsCompiler\GrammarElement.cs (1)
141_backend.LangId = value.LCID;
3 references to LangId
System.Speech (3)
Internal\SrgsCompiler\SRGSCompiler.cs (2)
113culture = backend.LangId == 0x540A ? new CultureInfo("es-us") : new CultureInfo(backend.LangId);
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
267sSubPron = PhonemeConverter.ConvertPronToId(pron, _grammar.Backend.LangId);