C# Класс Rebel.Framework.Localization.Maintenance.LanguageComparer

Compares two languages in a text source to see if untranslated texts exist in the source language or text with no matching keys exist in the target (e.g. because of typos in keys)
Показать файл Открыть проект

Открытые методы

Метод Описание
Compare ( string sourceLanguage, string targetLanguage ) : LanguageComparison
LanguageComparer ( ITextSource texts ) : System.Collections.Generic

Описание методов

Compare() публичный Метод

public Compare ( string sourceLanguage, string targetLanguage ) : LanguageComparison
sourceLanguage string
targetLanguage string
Результат LanguageComparison

LanguageComparer() публичный Метод

public LanguageComparer ( ITextSource texts ) : System.Collections.Generic
texts ITextSource
Результат System.Collections.Generic