C# Class CSL.NetworkExtensions.Framework.LocaleExtensions

Afficher le fichier Open project: Katalyst6/CSL.NetworkExtensions

Méthodes publiques

Méthode Description
CreateMenuTitleLocalizedString ( this locale, string key, string label ) : void
CreateNetDescriptionLocalizedString ( this locale, string key, string label ) : void
CreateNetTitleLocalizedString ( this locale, string key, string label ) : void

Method Details

CreateMenuTitleLocalizedString() public static méthode

public static CreateMenuTitleLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
Résultat void

CreateNetDescriptionLocalizedString() public static méthode

public static CreateNetDescriptionLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
Résultat void

CreateNetTitleLocalizedString() public static méthode

public static CreateNetTitleLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
Résultat void