Skip to content
FoolRunning edited this page Jul 26, 2022 · 6 revisions

Description

An object representing the language used by a project

Properties

Font

IFont Font

Gets the default font.


Id

string Id

Gets the IETF BCP-47 language tag.


IsRtoL

bool IsRtoL

Gets whether the language is displayed right-to-left.


QuotationMarkInfo

IQuotationMarkInfo QuotationMarkInfo

Information about the quotation mark system(s) used by the language. Returns null if the quotation settings have not been set or are otherwise invalid (rare).


StringComparer

IComparer StringComparer

Gets a string comparer that takes into consideration any custom sort order rules for this language.


WordMatchRegex

string WordMatchRegex

Gets a regular expression string that will match a whole word in the language.


This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally