C# Class Localization.SqlLocalizer.SqlLocalizationOptions

Show file Open project: damienbod/AspNet5Localization

Public Methods

Method Description
UseSettings ( bool useTypeFullNames, bool useOnlyPropertyNames, bool returnOnlyKeyIfNotFound ) : void

You can set the required properties to set, get, display the different localization

Method Details

UseSettings() public method

You can set the required properties to set, get, display the different localization
public UseSettings ( bool useTypeFullNames, bool useOnlyPropertyNames, bool returnOnlyKeyIfNotFound ) : void
useTypeFullNames bool
useOnlyPropertyNames bool
returnOnlyKeyIfNotFound bool
return void