C# Class 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)
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Compare ( string sourceLanguage, string targetLanguage ) : LanguageComparison
LanguageComparer ( ITextSource texts ) : System.Collections.Generic

Method Details

Compare() public method

public Compare ( string sourceLanguage, string targetLanguage ) : LanguageComparison
sourceLanguage string
targetLanguage string
return LanguageComparison

LanguageComparer() public method

public LanguageComparer ( ITextSource texts ) : System.Collections.Generic
texts ITextSource
return System.Collections.Generic