Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
José Gomes
2
Views
4
Comments
calender widget para PT
Question
Estou a tentar traduzir o calender widget para português, efectuei uma alteração ao javascript dos nomes em inglês que aparecem no calender widget para português publiquei o oml calender widget e actualizei as referencias.
Quanto visualizo no browser a alteração não se encontra refletida.
André Vieira
Staff
Hi João,
The calendar widget that comes with the widget library already has portuguese translation. You must take into consideration a couple of things though.
If you don't specify your locale (using the built-in SetCurrentLocale("pt")) the system default is used and this may vary according to your system.
So either you use the widget library calendar or your own, you must use the SetCurrentLocale("pt") in order to see the portuguese translations.
I hope this helps you. Cheers,
André
PS: OutSystems forum is global. In order for everyone that reads it to benefit from it we try to put all ours post in a global language in this case in English. Thank you for your post and keep them coming.
3 replies
Last reply 21 Oct 2008
Show thread
Hide thread
José Gomes
Não estou a usar o widget library mas sim calendar widget.
No calendar widget não existe forma de colocar em PT? Não é conveniente mudar para o calendário do widget library.
José Gomes
Não estou a usar o widget library mas sim calendar widget.
No calendar widget não existe forma de colocar em PT? Não é conveniente mudar para o calendário do widget library.
Paulo Ramos
Staff
You should consider using the calendar from the widget library, it's the one most up-to-date.
Nevertheless, calendar widget also supports multi-language. You have an example at:
https://www.outsystems.com/NetworkSolutions/ProjectDetail.aspx?ProjectId=65
Follow the 'Try It Now' link, then scroll down to 'Multi-Lang' section and try entering 'pt' or 'es'. The calendar next to it should reflect the change. This sample is included in the download file.
By the way, you don't have to add the SetCurrentLocale to all screens using the calendar; you can add it to OnSessionStart special action (Insert > Systems Actions).
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...