C# Class formulate.app.Helpers.LocalizationHelper

Assists with localization tasks (e.g., translating terms).
ファイルを表示 Open project: rhythmagency/formulate

Public Methods

Method Description
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.

Method Details

GetDataValueName() public static method

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. ///
return string

GetLayoutName() public static method

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

GetMenuItemName() public static method

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. ///
return string

GetTreeName() public static method

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