Configuration.GrammaticalGender 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.
Returns the user preference for the grammatical gender.
public Android.Content.Res.GrammaticalGender GrammaticalGender { [Android.Runtime.Register("getGrammaticalGender", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getGrammaticalGender", "()I", "", ApiSince=34)>]
member this.GrammaticalGender : Android.Content.Res.GrammaticalGender
Property Value
The preferred grammatical gender.
- Attributes
Remarks
Returns the user preference for the grammatical gender. Will be #GRAMMATICAL_GENDER_NOT_SPECIFIED
or #GRAMMATICAL_GENDER_NEUTRAL
or #GRAMMATICAL_GENDER_FEMININE
or #GRAMMATICAL_GENDER_MASCULINE
.
Java documentation for android.content.res.Configuration.getGrammaticalGender()
.
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.