zend-locale
Zend Framework locale and translation problems in form with Zend_Locale, Zend_Translate and Zend_Form
I\'ve been hav开发者_JAVA百科ing a few problems with Zend_Locale and Zend_Translate, specifically with htmlentities. But there a couple of other oddities.[详细]
2023-03-27 02:02 分类:问答Zend_Translate problems between two languages
Hot off the heels of my other question: why doesn't the Zend_Locale honor abbreviated formats like zh_HK or zh_CN[详细]
2023-03-25 13:42 分类:问答why doesn't the Zend_Locale honor abbreviated formats like zh_HK or zh_CN
I have the following piece of code and am trying to do something simple with the Zend framework and Zend_Locale()[详细]
2023-03-21 07:27 分类:问答How to model multilingual database with Zend, l18n mysql?
I know this topic was discusses a couple of times, but none of them represents the ultimate solution for me.[详细]
2023-03-18 12:32 分类:问答jquery datepicker date format with output of Zend_Locale
I\'m trying to set the format for a jquery datepicker element with the date format returned by Zend_Locale::getTranslationList(\'date\', $locale);[详细]
2023-03-06 03:33 分类:问答What's the best way to pull user defined locales from Zend Framework using the full locale preference list?
Zend Framework has a great component called Zend_Locale. There\'s all kind of nitty gritty details in properly parsing out language and locale, partly because it\'s been hacked into HTTP Accept-Langua[详细]
2023-01-23 22:37 分类:问答Strategy for storing and displaying form dropdown data for provinces, states, prefixes?
I\'m currently migrating from a class that stores lists of countries, states & provinces in the form of arrays to using Zend\'s Locale data in the form of ldml xml files. These ldml files provi开发[详细]
2022-12-15 08:54 分类:问答Is it feasible to rely on setlocale, and rely on locales being installed?
I was trying to generate a localized date string with strftime, the placeholder I use is %x. The language/locale is setlocale(LC_ALL, array(\'jp\',\'japanese\')), however neither locale was available[详细]
2022-12-14 18:11 分类:问答