aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/method/getformattedstring/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/getformattedstring/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/method/getformattedstring/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/method/getformattedstring/index.html b/files/ja/archive/mozilla/xul/method/getformattedstring/index.html
new file mode 100644
index 0000000000..80b5414845
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/method/getformattedstring/index.html
@@ -0,0 +1,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>