Hello all.

I tried to import the Portuguese language file but some characters where incorrect. I looked at the code and found that by changing line 149 from LanguageInfo.ascx.cs to:
using (StreamReader sr = new StreamReader(importResourcesFile.InputStream, Encoding.Default))

would solve the encoding problem.

Thanks all.