GrammaticalGender Enum
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.
Specifies the user's preferred grammatical gender for terms of address in an application.
public enum GrammaticalGender
type GrammaticalGender =
- Inheritance
-
GrammaticalGender
Fields
| Name | Value | Description |
|---|---|---|
| NotSpecified | 0 | Indicates that the user has not specified preferred terms of address for the application. |
| Neutral | 1 | Indicates that the user's preferred terms of address are neuter. |
| Feminine | 2 | Indicates that the user's preferred terms of address are feminine. |
| Masculine | 3 | Indicates that the user's preferred terms of address are masculine. |
Remarks
Use these values to select grammatical forms for terms of address. NotSpecified indicates that the user has not provided a preference.
Android platform documentation for android.content.res.Configuration.
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.