arcgis runtime military symbol text labels cyrillic won't display

994
0
08-20-2019 12:35 PM
OlegMaslenko
New Contributor

Hello!

I try to use military symbols in arcgis runtime sdk for net 100.5.

When I use "app6d.stylx" an render symbols all is fine.

When I set the attributes of symbol like here:

CurrentSymbol.Attributes.Add("datetimeexpired", attr.DateTimeExpired);

CurrentSymbol.Attributes.Add("uniquedesignation", "some text");

All is fine.

But when I use a cyrillic to display text label - there is nothing 

 

CurrentSymbol.Attributes.Add("datetimeexpired", attr.DateTimeExpired);

CurrentSymbol.Attributes.Add("uniquedesignation", "какой нибудь текст"); - dont display

 

Have ideas on how to display the Cyrillic alphabet?

P.S.: Sorry for my bad english

0 Kudos
0 Replies