DisplayTextLocaleSupport

DisplayTextLocaleSupport

Overview

DisplayTextLocaleSupport is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct provides 4 methods for working with DisplayTextLocaleSupport objects in Rust programs. Available methods include: apply_locale_directives, quote_literal, resolve_culture, try_resolve_locale_directive. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
apply_locale_directives(section: String, fallback_culture: CultureInfo, section_culture: Ref<CultureInfo>)StringCalls apply_locale_directives(section, fallback_culture, section_culture) on this DisplayTextLocaleSupport instance.
try_resolve_locale_directive(token: String, fallback_culture: CultureInfo, replacement: Ref<String>, resolved_culture: Ref<CultureInfo>)boolCalls try_resolve_locale_directive(token, fallback_culture, replacement, resolved_culture) on this DisplayTextLocaleSupport instance.
resolve_culture(locale_code: String, fallback_culture: CultureInfo)CultureInfoCalls resolve_culture(locale_code, fallback_culture) on this DisplayTextLocaleSupport instance.
quote_literal(value: String)StringCalls quote_literal(value) on this DisplayTextLocaleSupport instance.

See Also