Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
HermaFx
CultureScope
C# 클래스 HermaFx.CultureScope
An IDisposable which sets a temporal CultureInfo, so it can be used within using() scopes.
상속:
IDisposable
파일 보기
프로젝트 열기: evicertia/HermaFx
공개 메소드들
메소드
설명
CultureScope
(
CultureInfo
culture
) :
System
CultureScope
(
string
lang
) :
System
Dispose
( ) :
void
SetCulture
(
string
lang
) :
void
메소드 상세
CultureScope()
공개
메소드
public
CultureScope
(
CultureInfo
culture
) :
System
culture
System.Globalization.CultureInfo
리턴
System
CultureScope()
공개
메소드
public
CultureScope
(
string
lang
) :
System
lang
string
리턴
System
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
SetCulture()
공개
정적인
메소드
public
static
SetCulture
(
string
lang
) :
void
lang
string
리턴
void