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)
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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