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)
113
culture = backend.
LangId
== 0x540A ? new CultureInfo("es-us") : new CultureInfo(backend.
LangId
);
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
267
sSubPron = PhonemeConverter.ConvertPronToId(pron, _grammar.Backend.
LangId
);