Search code examples
windows-phone-7resxcarriage-return

Can we add carriage return ('\n') to the resx file in windows phone?


I have hard coded the carriage return in my codebehind so as to adjust the new lines in english. Now that i have localised my app, it turns out tht the '\n' is at unnecessary places, Is there any way to add the '\n' to the resx file so that i can use when and where i need it? I have tried assigning \n to a string , but it displays '\n' on the screen :( Any other way to do it?

Alfah


Solution

  • Yes, I know you can ... I have done it. Try Shift+Enter ... and if that doesn't work, copy and paste it in from Notepad.