Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
dl dl is offline
external usenet poster
 
Posts: 6
Default 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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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" ...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,391
Default International Language Functions

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

NickHK

"dl" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default International Language Functions

"dl" wrote in :

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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27,285
Default 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" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
dl dl is offline
external usenet poster
 
Posts: 6
Default 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" wrote in message
. ..
"dl" wrote in :

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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
dl dl is offline
external usenet poster
 
Posts: 6
Default 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)=intCountr y



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



Rgds

dl



"Tom Ogilvy" wrote in message
...
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" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
dl dl is offline
external usenet poster
 
Posts: 6
Default International Language Functions

Thanks



"NickHK" wrote in message
...
dl,
For the Chinese versions, English function names work fine.

NickHK

"dl" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27,285
Default 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" wrote in message
...
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)=intCountr y



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



Rgds

dl



"Tom Ogilvy" wrote in message
...
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" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27,285
Default 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" wrote in message
...
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)=intCountr y



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



Rgds

dl



"Tom Ogilvy" wrote in message
...
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" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
dl dl is offline
external usenet poster
 
Posts: 6
Default International Language Functions

Tom

Thanks for all the help.

dl

"Tom Ogilvy" wrote in message
...
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" wrote in message
...
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)=intCountr y



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



Rgds

dl



"Tom Ogilvy" wrote in message
...
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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel functions and language pack Sleb Excel Discussion (Misc queries) 0 December 12th 08 07:52 PM
language of built-in functions sylvie Excel Discussion (Misc queries) 1 November 17th 06 11:23 PM
Language of Functions jan-marcus mueller-onken Excel Discussion (Misc queries) 4 March 12th 06 12:05 PM
International Language Functions dl Excel Worksheet Functions 10 August 26th 05 05:41 AM
worksheet functions language Luc Benninger[_2_] Excel Programming 8 January 29th 05 12:53 AM


All times are GMT +1. The time now is 01:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"