C# Class formulate.app.Helpers.LocalizationHelper

Assists with localization tasks (e.g., translating terms).
Afficher le fichier Open project: rhythmagency/formulate

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat string

GetLayoutName() public static méthode

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

GetMenuItemName() public static méthode

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. ///
Résultat string

GetTreeName() public static méthode

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