Hey y’all,
I’m currently working on translating a Perspective project. In general I’m being successful, but I’ve encountered 2 cases which I’m not sure how to address.
-
Translating table headers.- I find it logical to a degree that this is the case, considering the use of named queries. I thought however, that explicitly defining the columns on the table properties would fix this, and it doesn’t. I managed to fix this by putting an expression in the Header text property of the columns that checks the locale and changes the text based on that. This works, but is tedious, any other alternatives?
-
In the new alarm component in perspective, is it at all possible to change the language of the headers? I tried adding the header text to the translation dictionary but it didn’t work. Am I missing something or is this not possible at all?
Any ideas?