parsable Text For
Get a list of all localized text in a set of styles along with the values associated that text. The list will be sorted in descending order by the length of text, making it suitable for parsing.
Any text with conflicting values will be excluded. For example, the English narrow month name "M" could be March or May, so any attempt to parse it would be ambiguous.
Return
the list of parsable text -- empty if the field is invalid or no styles are specified
Parameters
the field to get text for
the set of styles to include
the locale
Get a list of all localized text in a particular style along with the values associated that text. The list will be sorted in descending order by the length of text, making it suitable for parsing.
Any text with conflicting values will be excluded. For example, the English narrow month name "M" could be March or May, so any attempt to parse it would be ambiguous.
Return
the list of parsable text -- empty if the field is invalid
Parameters
the field to get text for
the style of the text
the locale