Hi,
I have a localised app running for forms (I've effectively used the example from the xamarin website). What I'm trying to do is alter the UI language from a picker. While the code works, the uiculture doesn't seem to be working.
My code looks like this : https://gist.github.com/nodoid/0653a2d29c19fd48e2e9
The picker is set to change the culture to "no" irrespective of what is selected. When I change the UICulture though, the correct language file isn't used. The norwegian resx file has different strings in there so I can check.
Any ideas on why this change isn't happening?
PFJ