アプリケーションを実行しているユーザーに応じてラベルの値が異なる必要があるため、ユーザーの種類ごとに dll を作成し、その dll にラベルの値を保持するリソース ファイルを作成することを考えました。実行時に、指定されたディレクトリにある dll に応じて、dll で見つかったリソースを使用してラベル値を設定します。
1) Are multiple dll's necessary in this case?
2) If it is multiple dll's, is MEF or something similar necessary here or can it
be done without it?