Class Index | File Index

Classes


Class aaoh.kaze.Locale


Defined in: <lib\aaoh.kaze-core.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Locale。
Method Summary
Method Attributes Method Name and Description
 
getLocalizedString(key, isNull)
ローカライズされた文字列の取得。
 
getString(key)
ローカライズされた文字列の取得。
 
setLocale(lang, callable)
ローカライズの設定。
Class Detail
aaoh.kaze.Locale()
Locale。
Method Detail
{String} getLocalizedString(key, isNull)
ローカライズされた文字列の取得。
Parameters:
{String} key
キー
{Boolean} isNull
値がなかった時にnullを返すときにはtrue
Returns:
{String} ローカライズされた文字列

{String} getString(key)
ローカライズされた文字列の取得。
Parameters:
{String} key
キー
Returns:
{String} ローカライズされた文字列

setLocale(lang, callable)
ローカライズの設定。
Parameters:
{String} lang
言語名
{Function} callable
ローカライズ通知ファンクション

(C) 2008 AAOh inc.AAOh inc.
Documentation generated by JsDoc Toolkit