My issue was If I select Language other than English the text was not changing to that particular language.Below is my code
_title.Text = Resources.GetText(Resource.String.Personalize_Countries);
_browseCountries.Text = Resources.GetText(Resource.String.GroupSubSelectionScreen_BrowseCountries);
How can I resolve this issue please help me on this