C# 클래스 formulate.app.Helpers.LocalizationHelper

Assists with localization tasks (e.g., translating terms).
파일 보기 프로젝트 열기: rhythmagency/formulate

공개 메소드들

메소드 설명
GetDataValueName ( string name ) : string

Gets the name of the specified data value in the current language.

GetLayoutName ( string name ) : string

Gets the name of the specified layout in the current language.

GetMenuItemName ( string name ) : string

Gets the name of the specified menu item in the current language.

GetTreeName ( string tree ) : string

Gets the name of the specified tree in the current language.

메소드 상세

GetDataValueName() 공개 정적인 메소드

Gets the name of the specified data value in the current language.
public static GetDataValueName ( string name ) : string
name string /// The name of the data value. ///
리턴 string

GetLayoutName() 공개 정적인 메소드

Gets the name of the specified layout in the current language.
public static GetLayoutName ( string name ) : string
name string /// The name of the layout. ///
리턴 string

GetMenuItemName() 공개 정적인 메소드

Gets the name of the specified menu item in the current language.
public static GetMenuItemName ( string name ) : string
name string /// The name of the menu item. ///
리턴 string

GetTreeName() 공개 정적인 메소드

Gets the name of the specified tree in the current language.
public static GetTreeName ( string tree ) : string
tree string /// The name of the tree. ///
리턴 string