Guest User

Untitled

a guest
Dec 13th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. nation = new Nation();
  2. nation.Id= 1;
  3. nation.Name = "Германия";
  4. nations.Add(nation);
  5.  
  6. nation.Name = "@string/NationGermany";
  7.  
  8. Context context = Application.Context;
  9. nation.Name = context.Resources.GetString(Resource.String.NationGermany);
Add Comment
Please, Sign In to add comment