WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.74' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714400698.8435161113739013671875', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/feed-rss2-comments.php on line 8
Comments on: Windows Phone : localize your App name http://www.jonathanantoine.com/2013/12/27/windows-phone-localize-your-app-name/ Yet another blog about... Thu, 27 Mar 2014 22:33:39 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Gabor http://www.jonathanantoine.com/2013/12/27/windows-phone-localize-your-app-name/comment-page-1/#comment-66150 Thu, 27 Mar 2014 22:33:39 +0000 http://www.jonathanantoine.com/?p=1522#comment-66150 Hi,

I checked your app page in the store and it shows localized names well. So you have a working solution for localized app name. 🙂

I followed the instructions from MSDN but it does not work in my case. I also checked your thread in the forum but that was not my case.

What I noticed is that you used 100 and 101 as resource values but on MSDN they used 100 and 200. Furthermore the example AppResLib project contains 100 and 101 as resource values. On the device it works well when I use 100 and 200 but in the store it does not work.

On MSDN in the "language-neutral" section they have a table with ID, Value and Caption but in the "specific language" section they have only ID and Value and in this case the Value column contains the localized app title.

Could you please share the way you solved this? Or what you wrote here is the exact way that works for you?

]]>
By: matt wilkinson http://www.jonathanantoine.com/2013/12/27/windows-phone-localize-your-app-name/comment-page-1/#comment-59094 Wed, 22 Jan 2014 00:10:58 +0000 http://www.jonathanantoine.com/?p=1522#comment-59094 Hi Jonathon

Thanks for posting this – ive a feeling this is going to come in very handy!

]]>