View Source Appwrite.Types.Locale (appwrite v0.1.9)

Represents locale information for a user.

Fields

  • ip (String.t): User IP address.
  • Other fields describe geographic and currency details.

Summary

Types

t()

@type t() :: %Appwrite.Types.Locale{
  continent: String.t(),
  continent_code: String.t(),
  country: String.t(),
  country_code: String.t(),
  currency: String.t(),
  eu: boolean(),
  ip: String.t()
}