+ Reply to Thread
Results 1 to 11 of 11

International Language Functions

  1. #1
    dl
    Guest

    International Language Functions

    We are looking for the international eqivalents for the Excel worksheet
    functions

    AND
    CHAR
    REPT

    For Danish these are respectively

    OG
    TEGN
    GENTAG

    We are looking for the following languages. Can anyone help or direct us in
    the right direction.

    ' Russian 7 (Russian Federation)
    ' Arabic 966 (Saudi Arabia)
    ' Czech 42 (Czech Republic)
    ' Farsi 982 (Iran)
    ' Greek 30 (Greece)
    ' Hebrew 972 (Israel)
    ' Hungarian 36 (Hungary)
    ' Indian 91 (India)
    ' Japanese 81 (Japan)
    ' Korean 82 (South Korea)
    ' Polish 48 (Poland)
    ' Portuguese (Brazil) 55 (Brazil)
    ' Simplified Chinese 86 (People's Republic of China)
    ' Thai 66 (Thailand)
    ' Traditional Chinese 886 (Taiwan)
    ' Turkish 90 (Turkey)
    ' Urdu 92 (Pakistan)
    ' Vietnamese 84 (Vietnam)Thanks in advance.



  2. #2
    ëïÌó
    Guest

    Re: International Language Functions

    Hi,would you please tell me what CHAR and REPT stand for respectively?Then I
    can give you their Simplified Chinese version.
    "dl" <[email protected]> 写入消息新闻:[email protected]...
    > We are looking for the international eqivalents for the Excel worksheet
    > functions
    >
    > AND
    > CHAR
    > REPT
    >
    > For Danish these are respectively
    >
    > OG
    > TEGN
    > GENTAG
    >
    > We are looking for the following languages. Can anyone help or direct us

    in
    > the right direction.
    >
    > ' Russian 7 (Russian Federation)
    > ' Arabic 966 (Saudi Arabia)
    > ' Czech 42 (Czech Republic)
    > ' Farsi 982 (Iran)
    > ' Greek 30 (Greece)
    > ' Hebrew 972 (Israel)
    > ' Hungarian 36 (Hungary)
    > ' Indian 91 (India)
    > ' Japanese 81 (Japan)
    > ' Korean 82 (South Korea)
    > ' Polish 48 (Poland)
    > ' Portuguese (Brazil) 55 (Brazil)
    > ' Simplified Chinese 86 (People's Republic of China)
    > ' Thai 66 (Thailand)
    > ' Traditional Chinese 886 (Taiwan)
    > ' Turkish 90 (Turkey)
    > ' Urdu 92 (Pakistan)
    > ' Vietnamese 84 (Vietnam)Thanks in advance.
    >
    >




  3. #3
    NickHK
    Guest

    Re: International Language Functions

    dl,
    For the Chinese versions, English function names work fine.

    NickHK

    "dl" <[email protected]> wrote in message
    news:[email protected]...
    > We are looking for the international eqivalents for the Excel worksheet
    > functions
    >
    > AND
    > CHAR
    > REPT
    >
    > For Danish these are respectively
    >
    > OG
    > TEGN
    > GENTAG
    >
    > We are looking for the following languages. Can anyone help or direct us

    in
    > the right direction.
    >
    > ' Russian 7 (Russian Federation)
    > ' Arabic 966 (Saudi Arabia)
    > ' Czech 42 (Czech Republic)
    > ' Farsi 982 (Iran)
    > ' Greek 30 (Greece)
    > ' Hebrew 972 (Israel)
    > ' Hungarian 36 (Hungary)
    > ' Indian 91 (India)
    > ' Japanese 81 (Japan)
    > ' Korean 82 (South Korea)
    > ' Polish 48 (Poland)
    > ' Portuguese (Brazil) 55 (Brazil)
    > ' Simplified Chinese 86 (People's Republic of China)
    > ' Thai 66 (Thailand)
    > ' Traditional Chinese 886 (Taiwan)
    > ' Turkish 90 (Turkey)
    > ' Urdu 92 (Pakistan)
    > ' Vietnamese 84 (Vietnam)Thanks in advance.
    >
    >




  4. #4
    Dodo
    Guest

    Re: International Language Functions

    "dl" <[email protected]> wrote in news:[email protected]:

    > We are looking for the international eqivalents for the Excel
    > worksheet functions
    >


    Are you in possession of MS Access? Then this could help you partly, a
    translation-of-terms database:

    http://www.microsoft.com/downloads/d...75e56809-e921-
    47aa-9afd-013e841a7867&displaylang=en

    When I'm not mistaken, they offer 29 languages.


    --

    It is I, DeauDeau
    (Free after monsieur Leclerc in 'Allo, 'allo)

  5. #5
    Tom Ogilvy
    Guest

    Re: International Language Functions

    functions are stored internally as a token or code. It is translated by the
    localized version of Excel for display. So if you put in a valid formula in
    a cell containing valid builtin functions and it works in your version, it
    should work in any version. This is not true for Analysis toolpak functions
    since these are in an addin, but none of the functions you ask about are
    from the analysis toolpak.

    If you are doing VBA, then always enter the formula in US English with the
    Formula or FormulaR1C1 methods and it will be translated automatically

    --
    Regards,
    Tom Ogilvy


    "dl" <[email protected]> wrote in message
    news:[email protected]...
    > We are looking for the international eqivalents for the Excel worksheet
    > functions
    >
    > AND
    > CHAR
    > REPT
    >
    > For Danish these are respectively
    >
    > OG
    > TEGN
    > GENTAG
    >
    > We are looking for the following languages. Can anyone help or direct us

    in
    > the right direction.
    >
    > ' Russian 7 (Russian Federation)
    > ' Arabic 966 (Saudi Arabia)
    > ' Czech 42 (Czech Republic)
    > ' Farsi 982 (Iran)
    > ' Greek 30 (Greece)
    > ' Hebrew 972 (Israel)
    > ' Hungarian 36 (Hungary)
    > ' Indian 91 (India)
    > ' Japanese 81 (Japan)
    > ' Korean 82 (South Korea)
    > ' Polish 48 (Poland)
    > ' Portuguese (Brazil) 55 (Brazil)
    > ' Simplified Chinese 86 (People's Republic of China)
    > ' Thai 66 (Thailand)
    > ' Traditional Chinese 886 (Taiwan)
    > ' Turkish 90 (Turkey)
    > ' Urdu 92 (Pakistan)
    > ' Vietnamese 84 (Vietnam)Thanks in advance.
    >
    >




  6. #6
    dl
    Guest

    Re: International Language Functions

    Dodo

    This is useful and we will use as a guide, but does not resolve our issues.

    Thanks for the contribution.

    "Dodo" <[email protected]> wrote in message
    news:[email protected]...
    > "dl" <[email protected]> wrote in news:[email protected]:
    >
    >> We are looking for the international eqivalents for the Excel
    >> worksheet functions
    >>

    >
    > Are you in possession of MS Access? Then this could help you partly, a
    > translation-of-terms database:
    >
    > http://www.microsoft.com/downloads/d...75e56809-e921-
    > 47aa-9afd-013e841a7867&displaylang=en
    >
    > When I'm not mistaken, they offer 29 languages.
    >
    >
    > --
    >
    > It is I, DeauDeau
    > (Free after monsieur Leclerc in 'Allo, 'allo)




  7. #7
    dl
    Guest

    Re: International Language Functions

    Tom



    If you are using code to insert the function then this does not seem to
    translate the formula automatically. What we have found is that we need to
    use the correct country function for this to work. An example is below.



    Eg.



    Range("a1").formulalocal="=rept(char(150),3)



    If we did enter the formual in US English then what would be the code for
    this.



    Dim intCountry as integer

    intCountry =Application.International(xlCountryCode)

    Application.International(xlCountryCode)=1

    Range("a1").formulalocal="=rept(char(150),3)

    Application.International(xlCountryCode)=intCountry



    Thanks for your assistance and all others that have contributed to date.



    Rgds

    dl



    "Tom Ogilvy" <[email protected]> wrote in message
    news:[email protected]...
    > functions are stored internally as a token or code. It is translated by
    > the
    > localized version of Excel for display. So if you put in a valid formula
    > in
    > a cell containing valid builtin functions and it works in your version, it
    > should work in any version. This is not true for Analysis toolpak
    > functions
    > since these are in an addin, but none of the functions you ask about are
    > from the analysis toolpak.
    >
    > If you are doing VBA, then always enter the formula in US English with the
    > Formula or FormulaR1C1 methods and it will be translated automatically
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "dl" <[email protected]> wrote in message
    > news:[email protected]...
    >> We are looking for the international eqivalents for the Excel worksheet
    >> functions
    >>
    >> AND
    >> CHAR
    >> REPT
    >>
    >> For Danish these are respectively
    >>
    >> OG
    >> TEGN
    >> GENTAG
    >>
    >> We are looking for the following languages. Can anyone help or direct us

    > in
    >> the right direction.
    >>
    >> ' Russian 7 (Russian Federation)
    >> ' Arabic 966 (Saudi Arabia)
    >> ' Czech 42 (Czech Republic)
    >> ' Farsi 982 (Iran)
    >> ' Greek 30 (Greece)
    >> ' Hebrew 972 (Israel)
    >> ' Hungarian 36 (Hungary)
    >> ' Indian 91 (India)
    >> ' Japanese 81 (Japan)
    >> ' Korean 82 (South Korea)
    >> ' Polish 48 (Poland)
    >> ' Portuguese (Brazil) 55 (Brazil)
    >> ' Simplified Chinese 86 (People's Republic of China)
    >> ' Thai 66 (Thailand)
    >> ' Traditional Chinese 886 (Taiwan)
    >> ' Turkish 90 (Turkey)
    >> ' Urdu 92 (Pakistan)
    >> ' Vietnamese 84 (Vietnam)Thanks in advance.
    >>
    >>

    >
    >




  8. #8
    dl
    Guest

    Re: International Language Functions

    Thanks



    "NickHK" <[email protected]> wrote in message
    news:[email protected]...
    > dl,
    > For the Chinese versions, English function names work fine.
    >
    > NickHK
    >
    > "dl" <[email protected]> wrote in message
    > news:[email protected]...
    >> We are looking for the international eqivalents for the Excel worksheet
    >> functions
    >>
    >> AND
    >> CHAR
    >> REPT
    >>
    >> For Danish these are respectively
    >>
    >> OG
    >> TEGN
    >> GENTAG
    >>
    >> We are looking for the following languages. Can anyone help or direct us

    > in
    >> the right direction.
    >>
    >> ' Russian 7 (Russian Federation)
    >> ' Arabic 966 (Saudi Arabia)
    >> ' Czech 42 (Czech Republic)
    >> ' Farsi 982 (Iran)
    >> ' Greek 30 (Greece)
    >> ' Hebrew 972 (Israel)
    >> ' Hungarian 36 (Hungary)
    >> ' Indian 91 (India)
    >> ' Japanese 81 (Japan)
    >> ' Korean 82 (South Korea)
    >> ' Polish 48 (Poland)
    >> ' Portuguese (Brazil) 55 (Brazil)
    >> ' Simplified Chinese 86 (People's Republic of China)
    >> ' Thai 66 (Thailand)
    >> ' Traditional Chinese 886 (Taiwan)
    >> ' Turkish 90 (Turkey)
    >> ' Urdu 92 (Pakistan)
    >> ' Vietnamese 84 (Vietnam)Thanks in advance.
    >>
    >>

    >
    >




  9. #9
    Tom Ogilvy
    Guest

    Re: International Language Functions

    I said to use Formula or FormulaR1C1, not any formula with LOCAL included in
    the name

    Range("a1").formula="=rept(char(150),3)"

    should work fine.

    --
    Regards,
    Tom Ogilvy


    "dl" <[email protected]> wrote in message
    news:[email protected]...
    > Tom
    >
    >
    >
    > If you are using code to insert the function then this does not seem to
    > translate the formula automatically. What we have found is that we need to
    > use the correct country function for this to work. An example is below.
    >
    >
    >
    > Eg.
    >
    >
    >
    > Range("a1").formulalocal="=rept(char(150),3)
    >
    >
    >
    > If we did enter the formual in US English then what would be the code for
    > this.
    >
    >
    >
    > Dim intCountry as integer
    >
    > intCountry =Application.International(xlCountryCode)
    >
    > Application.International(xlCountryCode)=1
    >
    > Range("a1").formulalocal="=rept(char(150),3)
    >
    > Application.International(xlCountryCode)=intCountry
    >
    >
    >
    > Thanks for your assistance and all others that have contributed to date.
    >
    >
    >
    > Rgds
    >
    > dl
    >
    >
    >
    > "Tom Ogilvy" <[email protected]> wrote in message
    > news:[email protected]...
    > > functions are stored internally as a token or code. It is translated by
    > > the
    > > localized version of Excel for display. So if you put in a valid

    formula
    > > in
    > > a cell containing valid builtin functions and it works in your version,

    it
    > > should work in any version. This is not true for Analysis toolpak
    > > functions
    > > since these are in an addin, but none of the functions you ask about are
    > > from the analysis toolpak.
    > >
    > > If you are doing VBA, then always enter the formula in US English with

    the
    > > Formula or FormulaR1C1 methods and it will be translated automatically
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > >
    > > "dl" <[email protected]> wrote in message
    > > news:[email protected]...
    > >> We are looking for the international eqivalents for the Excel worksheet
    > >> functions
    > >>
    > >> AND
    > >> CHAR
    > >> REPT
    > >>
    > >> For Danish these are respectively
    > >>
    > >> OG
    > >> TEGN
    > >> GENTAG
    > >>
    > >> We are looking for the following languages. Can anyone help or direct

    us
    > > in
    > >> the right direction.
    > >>
    > >> ' Russian 7 (Russian Federation)
    > >> ' Arabic 966 (Saudi Arabia)
    > >> ' Czech 42 (Czech Republic)
    > >> ' Farsi 982 (Iran)
    > >> ' Greek 30 (Greece)
    > >> ' Hebrew 972 (Israel)
    > >> ' Hungarian 36 (Hungary)
    > >> ' Indian 91 (India)
    > >> ' Japanese 81 (Japan)
    > >> ' Korean 82 (South Korea)
    > >> ' Polish 48 (Poland)
    > >> ' Portuguese (Brazil) 55 (Brazil)
    > >> ' Simplified Chinese 86 (People's Republic of China)
    > >> ' Thai 66 (Thailand)
    > >> ' Traditional Chinese 886 (Taiwan)
    > >> ' Turkish 90 (Turkey)
    > >> ' Urdu 92 (Pakistan)
    > >> ' Vietnamese 84 (Vietnam)Thanks in advance.
    > >>
    > >>

    > >
    > >

    >
    >




  10. #10
    Tom Ogilvy
    Guest

    Re: International Language Functions

    Also, Stephen Bullen has written the "definitive" tome on International
    issues. A quote from one of his recent posts:

    There's much more about these types of issue in my 'International
    Issues' chapter of John Green's "Excel 2002 VBA Programmer's
    Reference", which can also be read online on my web site, at:
    http://www.oaltd.co.uk/ExcelProgRef/ch22/

    --
    Regards,
    Tom Ogilvy


    "dl" <[email protected]> wrote in message
    news:[email protected]...
    > Tom
    >
    >
    >
    > If you are using code to insert the function then this does not seem to
    > translate the formula automatically. What we have found is that we need to
    > use the correct country function for this to work. An example is below.
    >
    >
    >
    > Eg.
    >
    >
    >
    > Range("a1").formulalocal="=rept(char(150),3)
    >
    >
    >
    > If we did enter the formual in US English then what would be the code for
    > this.
    >
    >
    >
    > Dim intCountry as integer
    >
    > intCountry =Application.International(xlCountryCode)
    >
    > Application.International(xlCountryCode)=1
    >
    > Range("a1").formulalocal="=rept(char(150),3)
    >
    > Application.International(xlCountryCode)=intCountry
    >
    >
    >
    > Thanks for your assistance and all others that have contributed to date.
    >
    >
    >
    > Rgds
    >
    > dl
    >
    >
    >
    > "Tom Ogilvy" <[email protected]> wrote in message
    > news:[email protected]...
    > > functions are stored internally as a token or code. It is translated by
    > > the
    > > localized version of Excel for display. So if you put in a valid

    formula
    > > in
    > > a cell containing valid builtin functions and it works in your version,

    it
    > > should work in any version. This is not true for Analysis toolpak
    > > functions
    > > since these are in an addin, but none of the functions you ask about are
    > > from the analysis toolpak.
    > >
    > > If you are doing VBA, then always enter the formula in US English with

    the
    > > Formula or FormulaR1C1 methods and it will be translated automatically
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > >
    > > "dl" <[email protected]> wrote in message
    > > news:[email protected]...
    > >> We are looking for the international eqivalents for the Excel worksheet
    > >> functions
    > >>
    > >> AND
    > >> CHAR
    > >> REPT
    > >>
    > >> For Danish these are respectively
    > >>
    > >> OG
    > >> TEGN
    > >> GENTAG
    > >>
    > >> We are looking for the following languages. Can anyone help or direct

    us
    > > in
    > >> the right direction.
    > >>
    > >> ' Russian 7 (Russian Federation)
    > >> ' Arabic 966 (Saudi Arabia)
    > >> ' Czech 42 (Czech Republic)
    > >> ' Farsi 982 (Iran)
    > >> ' Greek 30 (Greece)
    > >> ' Hebrew 972 (Israel)
    > >> ' Hungarian 36 (Hungary)
    > >> ' Indian 91 (India)
    > >> ' Japanese 81 (Japan)
    > >> ' Korean 82 (South Korea)
    > >> ' Polish 48 (Poland)
    > >> ' Portuguese (Brazil) 55 (Brazil)
    > >> ' Simplified Chinese 86 (People's Republic of China)
    > >> ' Thai 66 (Thailand)
    > >> ' Traditional Chinese 886 (Taiwan)
    > >> ' Turkish 90 (Turkey)
    > >> ' Urdu 92 (Pakistan)
    > >> ' Vietnamese 84 (Vietnam)Thanks in advance.
    > >>
    > >>

    > >
    > >

    >
    >




  11. #11
    dl
    Guest

    Re: International Language Functions

    Tom

    Thanks for all the help.

    dl

    "Tom Ogilvy" <[email protected]> wrote in message
    news:%[email protected]...
    > Also, Stephen Bullen has written the "definitive" tome on International
    > issues. A quote from one of his recent posts:
    >
    > There's much more about these types of issue in my 'International
    > Issues' chapter of John Green's "Excel 2002 VBA Programmer's
    > Reference", which can also be read online on my web site, at:
    > http://www.oaltd.co.uk/ExcelProgRef/ch22/
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "dl" <[email protected]> wrote in message
    > news:[email protected]...
    >> Tom
    >>
    >>
    >>
    >> If you are using code to insert the function then this does not seem to
    >> translate the formula automatically. What we have found is that we need
    >> to
    >> use the correct country function for this to work. An example is below.
    >>
    >>
    >>
    >> Eg.
    >>
    >>
    >>
    >> Range("a1").formulalocal="=rept(char(150),3)
    >>
    >>
    >>
    >> If we did enter the formual in US English then what would be the code for
    >> this.
    >>
    >>
    >>
    >> Dim intCountry as integer
    >>
    >> intCountry =Application.International(xlCountryCode)
    >>
    >> Application.International(xlCountryCode)=1
    >>
    >> Range("a1").formulalocal="=rept(char(150),3)
    >>
    >> Application.International(xlCountryCode)=intCountry
    >>
    >>
    >>
    >> Thanks for your assistance and all others that have contributed to date.
    >>
    >>
    >>
    >> Rgds
    >>
    >> dl
    >>
    >>
    >>
    >> "Tom Ogilvy" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > functions are stored internally as a token or code. It is translated
    >> > by
    >> > the
    >> > localized version of Excel for display. So if you put in a valid

    > formula
    >> > in
    >> > a cell containing valid builtin functions and it works in your version,

    > it
    >> > should work in any version. This is not true for Analysis toolpak
    >> > functions
    >> > since these are in an addin, but none of the functions you ask about
    >> > are
    >> > from the analysis toolpak.
    >> >
    >> > If you are doing VBA, then always enter the formula in US English with

    > the
    >> > Formula or FormulaR1C1 methods and it will be translated automatically
    >> >
    >> > --
    >> > Regards,
    >> > Tom Ogilvy
    >> >
    >> >
    >> > "dl" <[email protected]> wrote in message
    >> > news:[email protected]...
    >> >> We are looking for the international eqivalents for the Excel
    >> >> worksheet
    >> >> functions
    >> >>
    >> >> AND
    >> >> CHAR
    >> >> REPT
    >> >>
    >> >> For Danish these are respectively
    >> >>
    >> >> OG
    >> >> TEGN
    >> >> GENTAG
    >> >>
    >> >> We are looking for the following languages. Can anyone help or direct

    > us
    >> > in
    >> >> the right direction.
    >> >>
    >> >> ' Russian 7 (Russian Federation)
    >> >> ' Arabic 966 (Saudi Arabia)
    >> >> ' Czech 42 (Czech Republic)
    >> >> ' Farsi 982 (Iran)
    >> >> ' Greek 30 (Greece)
    >> >> ' Hebrew 972 (Israel)
    >> >> ' Hungarian 36 (Hungary)
    >> >> ' Indian 91 (India)
    >> >> ' Japanese 81 (Japan)
    >> >> ' Korean 82 (South Korea)
    >> >> ' Polish 48 (Poland)
    >> >> ' Portuguese (Brazil) 55 (Brazil)
    >> >> ' Simplified Chinese 86 (People's Republic of China)
    >> >> ' Thai 66 (Thailand)
    >> >> ' Traditional Chinese 886 (Taiwan)
    >> >> ' Turkish 90 (Turkey)
    >> >> ' Urdu 92 (Pakistan)
    >> >> ' Vietnamese 84 (Vietnam)Thanks in advance.
    >> >>
    >> >>
    >> >
    >> >

    >>
    >>

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1