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 : (Ezjs_min.js_string Ezjs_min.t Ezjs_min.js_array Ezjs_min.t -> 'a) -> 'res
val detectLanguage : string -> ('a -> 'b) -> 'res