Identity Android
1.16
Search
K
Comment on page

Language

A typesafe enumeration that represents the language of the sdk
import com.sybrin.identity.localization

Summary

Enum values
Language
Indicated that the specified language is English.
Language
Indicated that the specified language is Filipino.

Enum values

ENGLISH

public static final Language ENGLISH
Indicates that the specified language is English.

FILIPINO

public static final Language FILIPINO
Indicates that the specified language is Filipino.
Last modified 1yr ago