Exemplo n.º 1
0
 public InternalFormat(string pre, string main, string post)
 {
     m_Pre = new LocalizationString();
     m_Pre.LocalizedIdentifier = pre;
     m_Main = new LocalizationString();
     m_Main.LocalizedIdentifier = main;
     m_Post = new LocalizationString();
     m_Post.LocalizedIdentifier = post;
 }