I have String.xml and localization is in progress.
when writing content in a String tag, I notice that the extra text after the second "%" character throws an error.
<string name="result_unlikely">Improbable 20% to 50%</string>
<string name="result_unlikely">Improbable 20% to 50% required</string>
any idea?
Note . I know that I can write this runtime, but as already mentioned, I implement localization, so using string.xml is much better
source
share