| TranslationEntry Constructor (String, String) |
Namespace:
Dynamicweb.Rendering.Translation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public TranslationEntry(
string cultureName,
string value
)
Public Sub New (
cultureName As String,
value As String
)
Parameters
- cultureName
- Type: SystemString
- value
- Type: SystemString
See Also