Hi,
Ok, I probably already know the answer to this, but...
I have localised a couple of products and the compiler, correctly, is trying to make me localise all my strings and gives me a warning for two that I have explicitly not localised.
But...
One of them is just a display constant to satisfy a customer request, but the other one is a flag - therefore NEITHER string should be localised.
This is just a minor irritation - software performing correctly, but not how I dream it to be. But it prompts the question: is there a better way?
Specifically:
Edge130 is monochrome where no other Garmin device seems to be. Therefore, I need to have a means to DETECT monochrome / Edge 130.
The method I have used is this:
1. In my base "resources" I have "monoStrings.xml" containing a single string value
2. I also have "resources-edge130" where the same string is overridden to something that I can test for
If the string is the Edge130 value, I know I have a monochrome display and can respond appropriately.
Is there a better way to detect a specific Garmin device at runtime?
Thanks,
G