ThinkPHP?? ??? (I18N) ? ??? (L10N) ??
ThinkPhp?? ? ? ??? ??? ?? ?? ? ??? ? I18N/L10N ??? ????. ??? ??? ??? ????? ?? ?????? ???? ????? ??? ? ????. ?? ??? ???? ?? ??? ???? ???? ????? ???? ???? ???? ???? ??? ??? ???? ????.
???? ???? ??? ????.
- ?? ?? ??? : ?? ???? (? :
application/lang
) ??? ??? ?? ?? (? :en.php
,es.php
,fr.php
)? ????. ? ???? ?? ???? ?? ???? ???? ?? ?? ? ???? ???? ?? ??? ?????. ?? ??,en.php
:
<code class="php"><?php return [ 'hello' => 'Hello', 'welcome' => 'Welcome to our website!', 'login' => 'Login', ];</code>
-
?? ?? : ???? ???? ??? ??????. ??? ? ?? ??? ?? ?? ? ? ????.
- ???? ??? :
$_SERVER['HTTP_ACCEPT_LANGUAGE']
???? ????? ???? ??? ?????. ??? ?? ??? ? ??? ?? ??????. - ??? ?? ?? : ???? ?? ??? ?????? ?? ??? ??????. ????? ???? ??? ??? ?????.
- URL ?? ?? : ???? URL?? ?? ??? ??? ? ???? (? :
/en
,/es
).
- ???? ??? :
- ?? ?? : ?? ? ???? ???? ??? ?? ?????????. ThinkPhp?
Lang
??? (???? ?? ??? ??) ?? ??? ?? ??? ??? ? ????. ??? ?? ?? ?? ? :
<code class="php">function loadLanguage($locale = 'en') { $langFile = APP_PATH . 'lang/' . $locale . '.php'; if (file_exists($langFile)) { return require $langFile; } return []; // Fallback to default language } $lang = loadLanguage(getLocale()); // getLocale() is a helper function to detect the locale</code>
- ?? ? ??? ?? : ?? ??? ?? ? ?? ???? ?? ? ???? ???????. ?? ??:
<code class="php">echo $lang['hello']; // Outputs "Hello" (or the translation in the selected language)</code>
?? ?? ?? ? ?? ??? ??? ???? ???????.
ThinkPhp ?? ?????? ?? ? ??? ?? ?? ??
- ??? ?? ??? ?????? : ?? ?? ?? ???? ??? ?? ?? ??? ??????. ?? ?? ???? ????? ??? ????.
- ?? ??? ?? ?? : ?? ?? ??? ? ?? ? ?? ????? ??????.
- ?? ?? : ?? ?? ??? (GIT)?? ?? ??? ???? ?? ? ??? ????? ?????.
- ?? ?? ?? : ?? ?? ?? (? : Poeditor, Crowdin)? ???? ????? ??? ???? ??? ????? ???? ?? ??????. ??? ??? ???? ?? ?? ??? ??? ???? ??? ? ????.
- ??? ?? ?? : ??? ??, ???? ??? ?? ?? ?? ????? ??????. ?? ??, ??
'submit'
??'submit_form'
??????. - ??? ? ???? : ?? ???? ???? ?? ??? ????? ?? ??? ????????.
ThinkPHP?? i18N ? L10N?? ?? ?? ? ?? ?? ??
ThinkPhp?? ?? ? ?? ????? I18N? ?????? ?? ????. PHP? Intl
???? ???????. PHP ???? ????? ??? ??????.
Intl
?? ??? IntlDateFormatter
? NumberFormatter
???? ?????. ?? ??? ????.
<code class="php">use IntlDateFormatter; use NumberFormatter; // ... (Language detection as before) ... $formatter = new IntlDateFormatter($locale, IntlDateFormatter::LONG, IntlDateFormatter::NONE); echo $formatter->format(time()); // Formats the current date according to the locale $numberFormatter = new NumberFormatter($locale, NumberFormatter::DECIMAL); echo $numberFormatter->format(1234.56); // Formats the number according to the locale</code>
??? ??/?? ??? ????? IntlDateFormatter
??? ?? (? : IntlDateFormatter::SHORT
, IntlDateFormatter::MEDIUM
)? ??????. ????? ??? ?? NumberFormatter
???? ??????.
ThinkPhp?? i18n/l10n ??? ????? ?? ?? ??? ??? ?? ?? ???
I18N/L10N?? ??? ?? ?? ???? ?? ThinkPhp ??? ????. ??? ??? ???? ????? ?????. ??? ??? ?? ?? PHP ?????? ??? ? ????.
- GetText : ?? ???? GNU GetText ?????? ?????? ??? ??? ??? ?????. ThinkPHP ????? ???? ???????. ? ?? ??? ????? ???? ??? ? ?? ??? ?????.
- Symfony? ?? ?? ?? : ThinkPHP? ???? ??? ??? ??? Symfony? ?? ?? ??? ?? ??? ???? ?? ????? ?? ? ??? ? ??? ????????. ThinkPhp ?? ????? ??? ????? ? ?? ??? ?????.
? ??? ?? ????? ?? ? ?? ??? ?? ? ?? ?? ??? ??? ? ????. ?? ????? ??? ????? ?? gettext
?? ??? ?????? ?????? ???? ?? ??? ??? ? ? ????. ?? ?????? ???? ?? ??? ?? ??? ???? ???? ??????.
? ??? ThinkPHP?? ??? (I18N) ? ??? (L10N)? ????? ?????????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??









