C# 클래스 OKHOSTING.UI.Translator

It represents a language translator where you return the request in the language in which this your dispocitivo. Representa un traductor del lenguaje donde te regresa la peticion en el lenguaje en el que este tu dispocitivo.

파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

공개 메소드들

메소드 설명
GetString ( Type type, string name ) : string

Gets the string. Devuelve el manejador que corresponda con el nombre especificado.

Translate ( Enum enumValue ) : string

Translate the specified enumValue.

Translate ( System member ) : string

Translate the specified member.

Translate ( Type type ) : string

Translate the specified type. Traduce el tipo especificado.

비공개 메소드들

메소드 설명
GetManager ( Type type ) : System.Resources.ResourceManager

Gets the manager. Obtiene el manejador de recursos.

메소드 상세

GetString() 공개 정적인 메소드

Gets the string. Devuelve el manejador que corresponda con el nombre especificado.

public static GetString ( Type type, string name ) : string
type System.Type Type.
name string Name.
리턴 string

Translate() 공개 정적인 메소드

Translate the specified enumValue.
public static Translate ( Enum enumValue ) : string
enumValue System.Enum Enum value.
리턴 string

Translate() 공개 정적인 메소드

Translate the specified member.
public static Translate ( System member ) : string
member System Member.
리턴 string

Translate() 공개 정적인 메소드

Translate the specified type. Traduce el tipo especificado.

public static Translate ( Type type ) : string
type System.Type Type.
리턴 string