How to add language localization to your info path web browser form 2010/2013
Sometimes your form needs to be available in different languages. This solution provides you with an "easy" way to change the language of drop down lists, buttons, labels and screen-tips depending on the selected language through a XML file and some rules. The following example shows how to to do all of this in 3 languages (English, Spanish and Basque) : The following steps will show you how to set up the drop down list that will change between the languages: C reate a XML file using the following format: <?xml version="1.0" encoding="UTF-8"?> <LocalSettings> <Languages> <Language Name="English" Code="ENG"/> <Language Name="EspaƱol" Code="SPA"/> <Language Name="Euskara" Code="EUS"/> </Languages> <Labels> <Label Name="Per...