Swedish characters in VB feature??

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.

This thread is closed to new posts. You must sign in to post in the forums.
12/8/2009 7:08:13 AM
Gravatar
Total Posts 33

Swedish characters in VB feature??

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

12/9/2009 7:35:43 AM
Gravatar
Total Posts 18439

Re: Swedish characters in VB feature??

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.

You must sign in to post in the forums. This thread is closed to new posts.