Is somehow possible to change "Measures" label (see screenschot below)
Evereyhing else I could localize, but I could not find way how to localize this one.
Hello,
You can look at this post where you can also find attached a sample.In your case you are interested in replacing "Measures" word (the resource key is also named "Measures") which is defined as resource in InfragisticsWPF4.Olap assembly so you need to call RegisterResources of DataSourceBase class which provides an access to the resources in that assembly.
Regards,Plamen
Thank you for your post. It is working :)
I did not realize that "Measures" is part of another resource file.