Tag

gettext

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 20, 2023 · Backend Development

Implementing Multilingual Support in PHP Using Gettext

This article explains how to add multilingual capabilities to PHP applications by defining language arrays, detecting user preferences, installing and configuring the gettext extension, creating .po/.mo translation files, and providing code examples for loading translations and switching languages.

Backendgettexti18n
0 likes · 5 min read
Implementing Multilingual Support in PHP Using Gettext
php中文网 Courses
php中文网 Courses
Nov 14, 2023 · Backend Development

Implementing Multilingual Support in PHP Using Gettext

This article explains how to add robust multilingual capabilities to PHP applications by defining language arrays, detecting user preferences, configuring the gettext extension, creating translation files, and providing code examples for loading locales and switching languages.

BackendPHPgettext
0 likes · 5 min read
Implementing Multilingual Support in PHP Using Gettext
Qunar Tech Salon
Qunar Tech Salon
Dec 8, 2017 · Frontend Development

Internationalization (i18n) Implementation for JSP/VM Frontend Using Gettext and Easygettext

This article describes a frontend engineer's exploration of i18n for JSP and VM pages, detailing the challenges of hard‑coded strings, the use of jquery‑i18next, gettext tools, a custom i18n‑gettext npm package, Makefile automation, and the resulting workflow for extracting, merging and compiling translation files.

JSPVMgettext
0 likes · 13 min read
Internationalization (i18n) Implementation for JSP/VM Frontend Using Gettext and Easygettext