Module Values.LanguageCodeStringSource

Sourcetype nonrec t =
  1. | En_US
  2. | En_GB
  3. | Es_419
  4. | Es_ES
  5. | De_DE
  6. | Fr_CA
  7. | Fr_FR
  8. | It_IT
  9. | Ja_JP
  10. | Pt_BR
  11. | Kr_KR
  12. | Zh_CN
  13. | Zh_TW
  14. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t