Whatever “locale” means here (it could mean a variety of things), you cannot infer keyboard properties from it. You could study some typical keyboard layouts and make guesses, but would it really be useful? It does not hurt the user much to see a button for “é” on screen even if the keyboard has a key for it.
It is reasonably safe to assume that the basic Latin letters A to Z, digits 0 to 1, and some basic punctuation like period, comma, and hyphen and a few other characters like “+” can be typed in directly. Anything else is uncertain. If you plan to have buttons for characters it would probably be simplest to have a general mechanism, a small onscreen keyboard as part of the application. Depending on the situation, it could be visible all the time or to be opened via a button.
It then becomes relevant what characters may appear in the strings. If they are basically words in languages spoken in Western Europe, it normally suffices to have ISO Latin 1 letters plus a few additions. They are probably best placed in an alphabetic order, so you would have buttons for á, à, â, å, ä, ã, ç, ð, é etc.