Search found 33 matches: fwsetlanguage

Return to advanced search

Re: Harbour y MySQL - tildes y eñes

... aplicación, eso me sirvió para hacer múltiples pruebas con sus sugerencias! 3.- Finalmente, lo que me funciona bien es configurar el software así: FwSetLanguage( 2 ) Request HB_LANG_ES HB_LangSelect( 'ES' ) request HB_CODEPAGE_ESWIN HB_SetCodePage( 'ESWIN' ) HB_CDPSELECT( 'ESWIN' ) Fw_SetUnicode( ...
by José
Fri Dec 03, 2021 5:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 1702

Harbour y MySQL - tildes y eñes

... set deleted on set autopen off set exclusive on Set optimize on cursorwait() readinsert( .t. ) SetBalloon( .T. ) setresdebug( .F. ) clear all FwSetLanguage( 2 ) Request HB_LANG_ES HB_LangSelect( 'ES' ) request HB_CODEPAGE_ESWIN HB_SetCodePage( 'ESWIN' ) HB_CDPSELECT( 'ESWIN' ) Fw_SetUnicode( ...
by José
Tue Nov 23, 2021 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 1702

el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Hola necesito poner el DTPICKER el MsgYesNo() etc en ingles y otros idiomas estoy usando FWSetLanguage() pero no hace efecto en ellos https://i.ibb.co/2gTQbKm/sino.jpg if lenguitas=1FWSetLanguage( 1 )elseif lenguitas=2FWSetLanguage( 2 )elseif ...
by AIDA
Wed Apr 28, 2021 5:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1211

Re: RC y varis lenguajes

... "ItalianStr" } ) y desde tu aplicación usar FWString( "SpanishStr" ) El idioma a mostrar se selecciona con FWSetLanguage( nLanguage ) FWH ya incluye muchas palabras y frases ya traducidas que puedes usar. Revisa el fichero source\function\strings.prg
by Antonio Linares
Fri Jul 24, 2020 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RC y varis lenguajes
Replies: 2
Views: 498

FWSetLanguage( 2 )

... // Para establecer código de página a Español (Ordenación, etc..)*/  HB_LANGSELECT( 'ESWIN' )  HB_SetCodePage("ESMWIN")FWSetLanguage( 2 )   agregando esta última ya que al usar xedit(), que explico Antonio en post anteriores, el mensaje aparece en inglés (save, ...
by surGom
Fri Aug 02, 2019 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con HB_SetCodePage y FWSetLanguage : Migrar a Harbour
Replies: 2
Views: 792

Re: Modificar XBROWSER

... que en el código se hayan definido como FWStrin( "Close" ) se cambiarán automáticamente cuando al principio de tu aplicación pongas FWSetLanguage( nNewLanguage ) // 1 English, 2 Spanish ... Si quieres añadir otras cadenas que no existan, hay funciones para ello Edita y mira el STrings.prg ...
by cnavarro
Thu Jun 20, 2019 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar XBROWSER
Replies: 5
Views: 683

Re: FiveDBU no guarda preferencias

Este es el codigo para guardar las preferencias. function SavePreferences() local oIni DEFAULT nLanguage := FWSetLanguage() INI oIni FILE GetEnv( "APPDATA" ) + "\fivedbu.ini" SET SECTION "Default" ENTRY "RDD" OF oIni TO cDefRdd SET SECTION ...
by jvtecheto
Wed Apr 24, 2019 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveDBU no guarda preferencias
Replies: 3
Views: 573

Re: Ayuda Urgente con Richedi5

Utilizas esta function al principio de tu aplicación en producción?

FWSetLanguage( 2 )
by cnavarro
Mon Feb 25, 2019 12:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Urgente con Richedi5 SOLUCIONADO
Replies: 6
Views: 890

Re: How to Create Easy Report Designer Files ?

Hello Shridhar,
may I ask what type of reports you want to create.
It seems that FwSetLanguage( 3 ) in line 114 in ereport.prg is hardcoded to Spanish.
1 should be English.

Best regards
Otto
by Otto
Wed Jan 02, 2019 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7102

Re: FWH 18.08: Enhancements to strings.prg

... 1.5 SAY FWString( "Language" ) OF oDlg // You use FWString( cText ) instead of cText To retrieve the default language id: nLanguage = FWSetLanguage() To use a different language: FWSetLanguage( nLanguageId ) where 1 is English, 2 is Spanish, 3 is French, 4 is Portuguese, 5 is German, ...
by Antonio Linares
Sat Nov 10, 2018 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5486

Re: FWSetLanguage(4)

Euclides, Fixed for next FWH version, many thanks To quickly fix it do this: FWSaveStrings() // this will create a "fwstrings.ini" file // modify "fwstrings.ini" FWLoadStrings() // this will load "fwstrings.ini" We could simplify this but we need a new FWH function to r...
by Antonio Linares
Tue Nov 06, 2018 10:12 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: FWSetLanguage(4)
Replies: 1
Views: 1040

FWSetLanguage(4)

Hi, In the program source\function\strings.prg, the line: { "Move Down", "Mover abajo", "Déplacer vers le bas", "Mover para cima" ,"Abwärts bewegen","Muovi in giu" },; should be: { "Move Down", "Mover abajo", "Dépla...
by Euclides
Sun Nov 04, 2018 12:21 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: FWSetLanguage(4)
Replies: 1
Views: 1040

Re: Preview en Español? (SOLUCIONADO)

Armando,

En tu aplicación llama a la función FWSetLanguage( 2 ) y deberían aparecer los mensajes en español
by Antonio Linares
Tue Nov 07, 2017 6:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview en Español? (SOLUCIONADO)
Replies: 5
Views: 907

Re: Preview en Español? (SOLUCIONADO)

Armando, El preview de FWH usa la función FWString() para automaticamente traducir al idioma especificado con la función FWSetLanguage( nNewLanguage ) http://forums.fivetechsupport.com/viewtopic.php?p=186608#p186608 Por favor revisa si en el fuente de rpreview.prg en la versión de ...
by Antonio Linares
Mon Nov 06, 2017 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview en Español? (SOLUCIONADO)
Replies: 5
Views: 907

Re: MariaDB error messages

... messages. Thanks in advance. Thanks for pointing out. This is due to a bug in the METHOD SetMsgLang(). Fixed now in FWH 17.07. But you may set FWSetLanguage( 4 ) before connecting to the server, then MsgLang() is automatically set to Portuguese when you open the connection. FWSetLanguage( ...
by Wanderson
Mon Jul 10, 2017 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB error messages
Replies: 4
Views: 831
Next

Return to advanced search