C# 클래스 SIP_Agent.Translate

Translate (translation) class Used by the system to translate GUI elements and messages.
파일 보기 프로젝트 열기: anroots/SIP-Agent

공개 메소드들

메소드 설명
str ( string input ) : string
str ( string input, string>.Dictionary replacements = null ) : string

Translate a string placeholder into the current language

메소드 상세

str() 공개 정적인 메소드

public static str ( string input ) : string
input string
리턴 string

str() 공개 정적인 메소드

Translate a string placeholder into the current language
public static str ( string input, string>.Dictionary replacements = null ) : string
input string String placeholder from a translations file
replacements string>.Dictionary A dictionary of replacements to do in the translated string
리턴 string