package ezjs_extension

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Chrome_common.I18n end
class type language_percent = object ... end
class type language_detection = object ... end
class type i18n = object ... end
val i18n : 'a
val getMessage : ?substitutions:string list -> string -> string
val getUILanguage : unit -> 'res
val getAcceptLanguages : unit -> string list Lwt.t
val detectLanguage : string -> 'a Lwt.t