EDIT: Sorry, i forgot to say that im using devexpress also... i just figured out that it has a folder resource called ES, i had to copy this folder + the basic dlls, now it works...... even when i searched a solution using devexpress keyword, they say the same thing about CurrentUICulture, thats why i get confuse and couldn't find a solution :/
I know the code to change the language, something like this works for me....
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("es-PE");
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("es-ES");
IT WORKS CORRECTLY, but only in my development computer where all the programs needed are installed by default. When i try the application in the client computer, it doesn't change the language...
i have installed those programs already, is anything else i need???...
Microsoft .NET Framework 4 Multi-Targeting Pack (83.4 MB) Microsoft .NET Framework 4.5.1 (38.8 MB) Microsoft .NET Framework 4.5.1 (español) (2.93 MB)
PD: i googled a lot, but for some reason, it only shows me code solutions, so im here