
I'm working on a character sheet for Shadowrun 6th Edition. I wanted to make sure I adopted internationalization off the top so I didn't have to make a big effort later if I finished & people actually wanted to use it. Since the only way to use labels on the character sheet is to wrap them around inputs, I took that route, thinking all would be fine. Unfortunately, though, when internationalization is applied, it eats up the input fields because of the replacement. Is there a way I can keep the accessibility of the label fields while also keeping the sheet open to internationalization, or will I have to choose between the two?