Closed andrewtelnov closed 10 months ago
We don't need this functionality, since default value for localization string should be define in localization strings:
Survey.surveyLocalization.getLocaleStrings("en")["customProp"] = "default for en";
Survey.surveyLocalization.getLocaleStrings("fr")["customProp"] = "default for fr";
We need to update the documentation accordingly
The following code code adds a new localizable string property:
However, it doesn't work correctly in the property grid.