As you know LinkLabel control in WinForms supports selection of an area of text (stored in .resx) that will act as link by specifying start and position and length in LinkArea property. But localized text can and will change this exact values as in example below:
"Visit our page now!" [6, 7]
"Посетите нашу страничку сегодня!" [9, 13]
Is there a way to overcome this issue without using special characters and other messy workarounds?