C# 클래스 CSL.NetworkExtensions.Framework.LocaleExtensions

파일 보기 프로젝트 열기: Katalyst6/CSL.NetworkExtensions

공개 메소드들

메소드 설명
CreateMenuTitleLocalizedString ( this locale, string key, string label ) : void
CreateNetDescriptionLocalizedString ( this locale, string key, string label ) : void
CreateNetTitleLocalizedString ( this locale, string key, string label ) : void

메소드 상세

CreateMenuTitleLocalizedString() 공개 정적인 메소드

public static CreateMenuTitleLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
리턴 void

CreateNetDescriptionLocalizedString() 공개 정적인 메소드

public static CreateNetDescriptionLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
리턴 void

CreateNetTitleLocalizedString() 공개 정적인 메소드

public static CreateNetTitleLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
리턴 void