Search found 8 matches: getuserdefaultuilanguage

Return to advanced search

Re: GetUserDefaultUILanguage() and EXCEL

demont frank wrote:Working with EXCEL it can be important to know the languages , espacially when formula's are built.

In dutch we use 'SOM' , in english 'SUM' , and i think there are others
Yes, but "SUM" also works in a Dutch Excell, right? So, you can always use the English formula terms.

Patrick
by patrickmast
Sat Apr 05, 2008 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4218

GetUserDefaultUILanguage() and EXCEL

Working with EXCEL it can be important to know the languages , espacially when formula's are built.

In dutch we use 'SOM' , in english 'SUM' , and i think there are others

It would be nice to have a table with the languages and this words

Frank
by demont frank
Fri Apr 04, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4218

Antonio Linares wrote:You should get a number. Please try:
MsgInfo( GETUSERDEFAULTUILANGUAGE() )

Yes, works now. Don't know wat I did wrong first time. ;-)

Patrick
by patrickmast
Fri Apr 04, 2008 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4218

Patrick,

You should get a number. Please try:

MsgInfo( GETUSERDEFAULTUILANGUAGE() )
by Antonio Linares
Thu Apr 03, 2008 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4218

Antonio, Muchas gracias por tu ayuda. Aquí dejo el código por si alguien lo necesitara: #pragma BEGINDUMP HB_FUNC(GETLANGUAGE) { hb_retnl( GetUserDefaultUILanguage( ) ) ; } #ENDDUMP Esta función devuelve un código (español = 3082) que corresponde al idioma de cada máquina. En internet hay una ...
by Manuel Valdenebro
Wed Apr 02, 2008 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 4
Views: 754

Antonio, here is:

#pragma BEGINDUMP
HB_FUNC(GETLANGUAGE)
{
hb_retnl( GetUserDefaultUILanguage( ) ) ;
}
#ENDDUMP

Thanks for your help.
by Manuel Valdenebro
Wed Apr 02, 2008 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4218

GetUserDefaultUILanguage

I would like to use GetUserDefaultUILanguage() Windows function, to know default language in every machine. I had does with ShellExecute, but xHarbour compiler warning "external function". Any help?

Regards
by Manuel Valdenebro
Wed Apr 02, 2008 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4218

GetUserDefaultUILanguage

Quisiera usar la función de Windows GetUserDefaultUILanguage(), para conocer el lenguaje por defecto de cada máquina. Lo he intentado con ShellExecute, pero no reconoce esa función.- ¿Podría hacerlo de otra forma?.

Muchas gracias
by Manuel Valdenebro
Wed Apr 02, 2008 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 4
Views: 754

Return to advanced search