| JsonLocalizationSourceBaseT Constructor |
Namespace:
Cauldron.Localization
Assembly:
Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.2
Syntax public JsonLocalizationSourceBase(
string filename
)
Public Sub New (
filename As String
)
public:
JsonLocalizationSourceBase(
String^ filename
)
Parameters
- filename
- Type: SystemString
The filename of the json file the contains the localization.
See Also