gettext() function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Abin k Vattakkattu

    gettext() function

    Sir

    I am confused gettext() function is not working in my php.i try
    articles to enable it but did not get any result
  • Jerry Stuckle

    #2
    Re: gettext() function

    Abin k Vattakkattu wrote:
    Sir
    >
    I am confused gettext() function is not working in my php.i try
    articles to enable it but did not get any result
    "Not working" is not a very good description of your problem. What's wrong?

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • =?iso-8859-1?Q?Kim_Andr=E9_Aker=F8?=

      #3
      Re: gettext() function

      Jerry Stuckle wrote:
      Abin k Vattakkattu wrote:
      Sir

      I am confused gettext() function is not working in my php.i try
      articles to enable it but did not get any result
      >
      "Not working" is not a very good description of your problem. What's
      wrong?
      He might mean that the GetText library (NLS) isn't enabled in his PHP
      build, and that he's trying to make it work somehow.


      What he means beyond that, I don't know.

      --
      Kim André Akerø
      - kimandre@NOSPAM betadome.com
      (remove NOSPAM to contact me directly)

      Comment

      • Captain Paralytic

        #4
        Re: gettext() function

        On 29 May, 11:21, Kim André Akerø <kiman...@NOSPA Mbetadome.comwr ote:
        Jerry Stuckle wrote:
        Abin k Vattakkattu wrote:
        Sir
        >
        I am confused gettext() function is not working in my php.i try
        articles to enable it but did not get any result
        >
        "Not working" is not a very good description of your problem. What's
        wrong?
        >
        He might mean that the GetText library (NLS) isn't enabled in his PHP
        build, and that he's trying to make it work somehow.http://php.net/book.gettext
        >
        What he means beyond that, I don't know.
        >
        --
        Kim André Akerø
        - kiman...@NOSPAM betadome.com
        (remove NOSPAM to contact me directly)
        I think that Jerry's point is that he MIGHT mean just about anything!

        You chose one possibility, there are many many more.

        Comment

        • =?iso-8859-1?Q?Kim_Andr=E9_Aker=F8?=

          #5
          Re: gettext() function

          Captain Paralytic wrote:
          On 29 May, 11:21, Kim André Akerø <kiman...@NOSPA Mbetadome.comwr ote:
          Jerry Stuckle wrote:
          Abin k Vattakkattu wrote:
          Sir
          I am confused gettext() function is not working in my php.i
          try articles to enable it but did not get any result
          "Not working" is not a very good description of your problem.
          What's wrong?
          He might mean that the GetText library (NLS) isn't enabled in his
          PHP build, and that he's trying to make it work
          somehow.http://php.net/book.gettext

          What he means beyond that, I don't know.
          >
          I think that Jerry's point is that he MIGHT mean just about anything!
          >
          You chose one possibility, there are many many more.
          I have a certain proficiency in reading bad English (part of my main
          employer's development team is in Belarus, and their understanding of
          English is basic at the most), so I just pointed out what I understood
          from the OP's message.

          I'm mainly referring to the part where he said he "try articles to
          enable it but did not get any result". A possible translation for that,
          is likely "I've tried to follow tutorial articles on how to enable this
          function/module, without any luck".

          Still, I'd wait for the OP to expand on what he really meant.

          --
          Kim André Akerø
          - kimandre@NOSPAM betadome.com
          (remove NOSPAM to contact me directly)

          Comment

          Working...