(This was transcribed from FlexWiki.FeatureRequests)
Restructure FlexWiki codebase to support globalization,
and localization to specific languages.
All the used language should go into a resx file. That
would make it easy to use FlexWiki in different
languages. Culture should be set as a property in
web.config.
COMMENTS
Move some strings out of the DLLs and into config files.
For example, I wanted to change the "(e.g., an email
address)" note on the Edit page to "(e.g., your
WikiName)". I had to use a binary editor on the DLL.
Logged In: YES
user_id=1132116
(This was transcribed from FlexWiki.BugReport)
In NamespaceMap.xml, in the <About> tag of a
<FederationConfiguration>, accents are NOT supported. Ex:
put a '' in it and it won't show up in the right panel. --
MarcAntoineRuel
I suspect that if you put this ('') in as an XML compliant
UTF-8 code it would fix the issue.
I fixed the problem using character encoding like: &#nnn
where nnn is the number of character needed. This page is
able to translate character to numbers for you:
http://www.w3schools.com/html/html_ref_urlencode.asp --
PaoloMasetti