C# Class Grabacr07.KanColleViewer.Models.ResourceService

多言語化されたリソースへのアクセスを提供します。
Inheritance: Livet.NotificationObject
Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method Description
ChangeCulture ( string name ) : void

指定されたカルチャ名を使用して、リソースのカルチャを変更します。

Private Methods

Method Description
ResourceService ( ) : System

Method Details

ChangeCulture() public method

指定されたカルチャ名を使用して、リソースのカルチャを変更します。
public ChangeCulture ( string name ) : void
name string カルチャの名前。
return void