Select to view content in your preferred language

Calcite Panel Heading

479
1
10-09-2023 12:29 PM
AdrianaPaese
Frequent Contributor
Hello,
 
my language, Brazilian Portuguese, uses special characters such as ç ~
 
How do I change the language setting of Calcite-panel headings?
 
The code, below, outputs mistyped words
 
<calcite-panel heading="Sua localização" height-scale="l" data-panel-id="locate" hidden>
       <div id="locate-container"></div>
</calcite-panel>

 

<calcite-panel heading="Busca por endereço" height-scale="l" data-panel-id="search" hidden>
        <div id="search-container"></div>
</calcite-panel>
 
Thank you very much
 
0 Kudos
1 Reply
AdrianaPaese
Frequent Contributor

I have realized that the problem (mistyped words in the app) was a result of one of the settings in my Visual Code.However, in the process of finding a solution, I had the opportunity of watching the What’s New in Calcite - YouTube Livestream today.

They presented the language settings in the Accessibility | Calcite Design System | ArcGIS Developers , which I believe may be useful in cases like this.

0 Kudos