C# Class CSL.NetworkExtensions.Framework.LocaleExtensions

Show file Open project: Katalyst6/CSL.NetworkExtensions

Public Methods

Method 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 method

public static CreateMenuTitleLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
return void

CreateNetDescriptionLocalizedString() public static method

public static CreateNetDescriptionLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
return void

CreateNetTitleLocalizedString() public static method

public static CreateNetTitleLocalizedString ( this locale, string key, string label ) : void
locale this
key string
label string
return void