C# Класс formulate.app.Helpers.LocalizationHelper

Assists with localization tasks (e.g., translating terms).
Показать файл Открыть проект

Открытые методы

Метод Описание
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