== Class aaoh.kaze.Locale
{{{ comment
============================== class summary ==========================
}}}
=== Defined in: <aaoh.kaze-core.js>.
{{{ comment
============================== constructor summary ====================
}}}
||*||Class Summary||
||||[aaoh.kaze.Locale#constructor aaoh.kaze.Locale]()[[BR]]Locale。||
{{{ comment
============================== properties summary =====================
}}}
{{{ comment
============================== methods summary ========================
}}}
||*||Method Summary||
||||[aaoh.kaze.Locale#getLocalizedString getLocalizedString](key, isNull)[[BR]]ローカライズされた文字列の取得。||
||||[aaoh.kaze.Locale#getString getString](key)[[BR]]ローカライズされた文字列の取得。||
||||[aaoh.kaze.Locale#setLocale setLocale](lang, callable)[[BR]]ローカライズの設定。||
{{{ comment
============================== events summary ========================
}}}
[[BR]]
{{{ comment
============================== constructor details ====================
}}}
== Class Detail #constructor
==== aaoh.kaze.Locale()
* Locale。
{{{ comment
============================== field details ==========================
}}}
{{{ comment
============================== method details =========================
}}}
== Method Detail
==== {String} getLocalizedString(key, isNull) #getLocalizedString
* ローカライズされた文字列の取得。
* Parameters
* {String} key
* キー
* {Boolean} isNull
* 値がなかった時にnullを返すときにはtrue
* Returns
* {String} ローカライズされた文字列
==== {String} getString(key) #getString
* ローカライズされた文字列の取得。
* Parameters
* {String} key
* キー
* Returns
* {String} ローカライズされた文字列
==== setLocale(lang, callable) #setLocale
* ローカライズの設定。
* Parameters
* {String} lang
* 言語名
* {Function} callable
* ローカライズ通知ファンクション
{{{ comment
============================== event details =========================
}}}