Click or drag to resize

JsonLocalizationSourceBaseT Constructor

Namespace:  Cauldron.Localization
Assembly:  Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public JsonLocalizationSourceBase(
	string filename
)

Parameters

filename
Type: SystemString
The filename of the json file the contains the localization.
See Also