C# (CSharp) i18n.Tests TextLocalizer_Mock_SingleMessage - 3 examples found. These are the top rated real world C# (CSharp) examples of i18n.Tests.TextLocalizer_Mock_SingleMessage extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
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.