This is a place to discuss how to adapt mojoPortal to the needs of different cultures. Before asking questions here please first review the localization documentation.
Hello!
I have a own ascx feature (in VB) but I dont get swedish characters??
The start of the file:<%@ Control Language="VB" ClassName="PartnerCM.ascx" Debug="True" Inherits="mojoPortal.Web.SiteModuleControl"%><%@ Import Namespace="System.Globalization" %><%@ Import Namespace="mojoPortal.Business" %><%@ Import Namespace="mojoPortal.Business.WebHelpers" %><%@ Import Namespace="mojoPortal.Web.Framework" %><%@ Import Namespace="mojoPortal.Web.Controls" %><%@ Import Namespace="mojoPortal.Web.Editor" %><%@ Import Namespace="mojoPortal.Net" %><%@ Import Namespace="System" %><%@ Import Namespace="System.Data" %><%@ Import Namespace="System.Data.SqlClient" %>
The output:FörsÀljningsstatistik
Instead of:Försäljningsstatistik
There is no code shown in your example that renders any text content. So I have no idea what your code is doing. Those import statements don't give any clue.