mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:42:51 +02:00
Docs: LazUtils/lazutf8. Updates GetLocaleFormatSettingsUTF8 topic
for changes in 4c6414f8
, Issue #39977.
This commit is contained in:
parent
9db6c1220c
commit
14e5530908
@ -295,13 +295,15 @@ Code ID needed for the platform.
|
|||||||
|
|
||||||
<element name="GetLocaleFormatSettingsUTF8">
|
<element name="GetLocaleFormatSettingsUTF8">
|
||||||
<short>
|
<short>
|
||||||
Gets format settings for a specific Lanuguage Code ID.
|
Gets format settings for a specific Language Code ID.
|
||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>GetLocaleFormatSettingsUTF8</var> is a procedure used to get the
|
<var>GetLocaleFormatSettingsUTF8</var> is a procedure used to get the
|
||||||
<var>TFormatSettings</var> for the Locale or Language Code for the platform.
|
<var>TFormatSettings</var> for the Locale or Language Code for the platform.
|
||||||
GetFormatSettingsUTF8 is defined for Windows environments only.
|
GetLocaleFormatSettingsUTF8 is defined for Windows environments only.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
GetLocaleFormatSettingsUTF8 ensures that values in the format settings use
|
GetLocaleFormatSettingsUTF8 ensures that values in the format settings use
|
||||||
the Language Code ID for the platform. The following format settings are
|
the Language Code ID for the platform. The following format settings are
|
||||||
converted to their Locale-specific values:
|
converted to their Locale-specific values:
|
||||||
@ -327,7 +329,15 @@ converted to their Locale-specific values:
|
|||||||
<li>CurrencyDecimals</li>
|
<li>CurrencyDecimals</li>
|
||||||
<li>ListSeparator</li>
|
<li>ListSeparator</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>
|
||||||
|
In LCL version 2.4 or higher, LongTimeFormat and ShortTimeFormat can contain
|
||||||
|
AM / PM format specifiers; i. e. 'hh:nn:ss AMPM'
|
||||||
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
|
<version>
|
||||||
|
Modified in LCL version 2.4 to return 12-hour time formats using AM / PM in
|
||||||
|
format settings.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.sysutils.TFormatSettings">TFormatSettings</link>
|
<link id="#rtl.sysutils.TFormatSettings">TFormatSettings</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
|
Loading…
Reference in New Issue
Block a user