Global

Methods

getLangText(lang, key, defopt) → {String}

Description:
  • 基於指定語系取得指定鍵值

Source:
Parameters:
Name Type Attributes Default Description
lang String

輸入語系字串

key String

輸入指定鍵字串

def String <optional>
''

輸入若無法取得時之預設值字串,預設為''

Returns:

回傳值字串

Type
String