C# (CSharp) i18n.Tests TextLocalizer_Mock_SingleMessage - 3 exemples trouvés. Ce sont les exemples réels les mieux notés de i18n.Tests.TextLocalizer_Mock_SingleMessage extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Associées
Related in langs
Mock implementation of ITextLocalizer with simplest of logic: · Supports single msgid/msgstr pair passed to cstor. · GetText checks that the UserLanguage spec. matches "en" and if so and msgid matches that passed to cstor, then returns the msgstr passed to cstor. Otherwise returns null.