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)
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

Method Details

Compare() public méthode

public Compare ( string sourceLanguage, string targetLanguage ) : LanguageComparison
sourceLanguage string
targetLanguage string
Résultat LanguageComparison

LanguageComparer() public méthode

public LanguageComparer ( ITextSource texts ) : System.Collections.Generic
texts ITextSource
Résultat System.Collections.Generic