blob: 80b54148454ce93721fd2ec1fc23adcd99096c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
title: getFormattedString
slug: Archive/Mozilla/XUL/Method/getFormattedString
tags:
- XUL Methods
- XUL Reference
translation_of: Archive/Mozilla/XUL/Method/getFormattedString
---
<div class="noinclude">
<span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div>
<dl>
<dt><span id="m-getFormattedString"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getFormattedString">getFormattedString( key, strArray )</a></code></span></dt>
<dd>戻り値の型: <em>文字列型</em></dd>
<dd>string bundle から、指定 <var>key</var> 名の、フォーマット済みの文字列を返します。<strong><code>%S</code></strong> (大文字) が現れる場所は、与えられた配列内の連続する各要素に置き換えられます。他の書式コードを使用することもできます。</dd>
</dl>
|