Daniel09Fernandes / DinosOffice

Compontent delphi for OpenOffice/LibreOffice
MIT License
70 stars 17 forks source link

Error validating operating system language #25

Closed Daniel09Fernandes closed 1 year ago

Daniel09Fernandes commented 1 year ago

Describe the bug If with the pos in the ValidateSheetName function it is not finding the correct value and returning the name in English, thus creating a new tab when starting;

To Reproduce

Tipos de tradução Tradução de textos

DETECTAR IDIOMA

PORTUGUÊS

INGLÊS

ESPANHOL

INGLÊS

PORTUGUÊS

ESPANHOL Texto de origem Adicionar um botão em um forme

OpenOffice_calc1.DocVisible := true; OpenOffice_calc1.startSheet;

Colocar qualquer valor OpenOffice_calc1.SetValue(1,'A','Nome').setBorder([bAll],opBlack).setBold(true)

Sera criado uma nova aba Adicionar um botão em um forme

OpenOffice_calc1.DocVisible := true; OpenOffice_calc1.startSheet;

Colocar qualquer valor OpenOffice_calc1.SetValue(1,'A','Nome').setBorder([bAll],opBlack).setBold(true)

Sera criado uma nova aba 232 / 5.000 Resultados de tradução Resultado da tradução Add a button to a form

OpenOffice_calc1.DocVisible := true; OpenOffice_calc1.startSheet;

put any value OpenOffice_calc1.SetValue(1,'A','Name').setBorder([bAll],opBlack).setBold(true)

Expected behavior A clear and concise description of what you expected to happen. Tipos de tradução Tradução de textos

DETECTAR IDIOMA

PORTUGUÊS

INGLÊS

ESPANHOL

INGLÊS

PORTUGUÊS

ESPANHOL Texto de origem Adicionar um botão em um forme

OpenOffice_calc1.DocVisible := true; OpenOffice_calc1.startSheet;

Colocar qualquer valor OpenOffice_calc1.SetValue(1,'A','Nome').setBorder([bAll],opBlack).setBold(true)

Sera criado uma nova aba Adicionar um botão em um forme

OpenOffice_calc1.DocVisible := true; OpenOffice_calc1.startSheet;

Colocar qualquer valor OpenOffice_calc1.SetValue(1,'A','Nome').setBorder([bAll],opBlack).setBold(true)

Sera criado uma nova aba 232 / 5.000 Resultados de tradução Resultado da tradução Add a button to a form

OpenOffice_calc1.DocVisible := true; OpenOffice_calc1.startSheet;

put any value OpenOffice_calc1.SetValue(1,'A','Name').setBorder([bAll],opBlack).setBold(true)

Screenshots attach

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Daniel09Fernandes commented 1 year ago

https://github.com/Daniel09Fernandes/ComponentDinosOffice-OpenOffice/issues/25 Error validating operating system language