'宣言 Public Overloads Function GetLocalizedText( _ ByVal key As System.String, _ Optional ByVal defaultText As System.String _ ) As System.String
public System.string GetLocalizedText( System.string key, System.string defaultText )
パラメータ
- key
- 指定したキーを示す文字列値。
- defaultText
- デフォルトのローカライズテキストを示す文字列値。
戻り値の型
ローカライズされたテキストを表す System.String 値。