RuleBasedCollator.FrenchCollation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if French Collation is set to true. -or- Sets the mode for the direction of SECONDARY weights to be used in French collation.
public bool FrenchCollation { [Android.Runtime.Register("isFrenchCollation", "()Z", "", ApiSince=24)] get; [Android.Runtime.Register("setFrenchCollation", "(Z)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isFrenchCollation", "()Z", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setFrenchCollation", "(Z)V", "", ApiSince=24)>]
member this.FrenchCollation : bool with get, set
Property Value
true if French Collation is set to true, false otherwise
- Attributes
Remarks
Property getter documentation:
Checks if French Collation is set to true. See setFrenchCollation(boolean) for details.
Java documentation for android.icu.text.RuleBasedCollator.isFrenchCollation()
.
Property setter documentation:
Sets the mode for the direction of SECONDARY weights to be used in French collation. If set to false, which treats SECONDARY weights in the order they appear. If set to true, the SECONDARY weights will be sorted backwards. See the section on French collation for more information. The default setting in a Collator object depends on the locale data loaded from the resources. For example, for "fr_CA" locale, the default is true.
Java documentation for android.icu.text.RuleBasedCollator.setFrenchCollation(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.