DisplayTextLocaleSupport
Overview
DisplayTextLocaleSupport is a class in Aspose.Cells FOSS for C++.
Internal helper for parsing and applying locale directives (e.g. [$-0409], [$-F800]) embedded in Excel format strings.
Methods
| Signature | Description |
|---|---|
ApplyLocaleDirectives(section: std::string_view, defaultCulture: std::locale, sectionCulture: std::locale) → std::string | Scans the given format section for [$-XXXX] locale directives, replacing each directive with the appropriate literal text and updating sectionCulture to the resolved locale. directives (or defaultCulture when none are found). |