reference/intl/messageformatter/get-locale.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,10 +1,10 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="messageformatter.getlocale">
3
+
<refentry xml:id="messageformatter.getlocale" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>MessageFormatter::getLocale</refname>
6
6
<refname>msgfmt_get_locale</refname>
7
-
<refpurpose>Get the locale for which the formatter was created.</refpurpose>
7
+
<refpurpose>Get the locale for which the formatter was created</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -12,19 +12,16 @@
12
12
<para>
13
13
&style.oop;
14
14
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier>
17
-
<type>string</type>
18
-
<methodname>MessageFormatter::getLocale</methodname>
19
-
<void />
15
+
<methodsynopsis role="MessageFormatter">
16
+
<modifier>public</modifier> <type>string</type><methodname>MessageFormatter::getLocale</methodname>
17
+
<void/>
20
18
</methodsynopsis>
21
19
<para>
22
20
&style.procedural;
23
21
</para>
24
22
<methodsynopsis>
25
-
<type>string</type>
26
-
<methodname>msgfmt_get_locale</methodname>
27
-
<methodparam><type>NumberFormatter</type><parameter>formatter</parameter></methodparam>
23
+
<type>string</type><methodname>msgfmt_get_locale</methodname>
24
+
<methodparam><type>MessageFormatter</type><parameter>formatter</parameter></methodparam>
28
25
</methodsynopsis>
29
26
<para>
30
27
Get the locale for which the formatter was created.
31
28