Localizing non-breaking space in Windows 8

Posted by Lukas_Skywalker on Stack Overflow See other posts from Stack Overflow or by Lukas_Skywalker
Published on 2012-09-01T21:28:16Z Indexed on 2012/09/01 21:38 UTC
Read the original article Hit count: 292

Filed under:
|
|
|

I'm trying to localize a Windows 8 Metro style app as described in a guide on MSDN. This worked very well so far, but now I'm trying to localize a string containing a non-breaking space which appears in a XAML file (originally as hexadecimal xml-escaped string: &#x00a0). Just putting the above string into the Resources.resw file does not work, it appears just as &#x00a0. What do I have to do to get a non-breaking space in my localizations?

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-8