Mostrando postagens com marcador C#. Mostrar todas as postagens
Mostrando postagens com marcador C#. Mostrar todas as postagens
sábado, 16 de junho de 2012
Localizable forms in C# or How to translate your C# application in the right way
As my first post I will try to give some tips of how to use localizable forms in C#, this is particularly useful if you want to give the user the option to select multiple languages in your application.
Visual Studio gives you some help to you in this task by letting you use the Language property of a given Form. Setting this option to a language different from default let you edit all the strings in your form and Visual Studio automatically creates a .resx file with the strings that you translated. This method allows you to change the position and size of the components in the Form (because phrases have different sizes in different languages), but unfortunately it not allows you to add or remove any of the components in the Form.
Assinar:
Postagens (Atom)