Module Values_0.VocabularyLanguageCodeSource

Sourcetype nonrec t =
  1. | Ar_AE
  2. | De_CH
  3. | De_DE
  4. | En_AB
  5. | En_AU
  6. | En_GB
  7. | En_IE
  8. | En_IN
  9. | En_US
  10. | En_WL
  11. | Es_ES
  12. | Es_US
  13. | Fr_CA
  14. | Fr_FR
  15. | Hi_IN
  16. | It_IT
  17. | Ja_JP
  18. | Ko_KR
  19. | Pt_BR
  20. | Pt_PT
  21. | Zh_CN
  22. | En_NZ
  23. | En_ZA
  24. | Ca_ES
  25. | Da_DK
  26. | Fi_FI
  27. | Id_ID
  28. | Ms_MY
  29. | Nl_NL
  30. | No_NO
  31. | Pl_PL
  32. | Sv_SE
  33. | Tl_PH
  34. | 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