C# 클래스 System.Globalization.LocalizationAppConfig

The LocalizationAppConfig class holds configurable values for i18NComplete app settings
파일 보기 프로젝트 열기: adaptabi/i18N-Complete

공개 프로퍼티들

프로퍼티 타입 설명
SupportedLanguages string[]

공개 메소드들

메소드 설명
IsTrue ( string value, bool defaultValue = false ) : bool

Returns true if the value is 1 or true, or default value if null or string.Empty, otherwise false

비공개 메소드들

메소드 설명
LocalizationAppConfig ( ) : System

Static constructor of MvcConfig

메소드 상세

IsTrue() 공개 정적인 메소드

Returns true if the value is 1 or true, or default value if null or string.Empty, otherwise false
public static IsTrue ( string value, bool defaultValue = false ) : bool
value string
defaultValue bool
리턴 bool

프로퍼티 상세

SupportedLanguages 공개적으로 정적으로 프로퍼티

A list with the supported languages. If empty, then any language is assumed supported by default
public static string[] SupportedLanguages
리턴 string[]