facebook twitter hatena line email

「Unity/多言語化/公式多言語」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==com.unity.localizationを使う== https://docs.unity3d.com/Packages/com.unity.localization@1.0/manual/QuickStartGuide.html ==翻訳データ取得方法== <pre> string...」)
(相違点なし)

2021年9月30日 (木) 20:35時点における版

com.unity.localizationを使う

https://docs.unity3d.com/Packages/com.unity.localization@1.0/manual/QuickStartGuide.html

翻訳データ取得方法

string localizedLocaleName =
new LocalizedString("ExampleStringTableCollection", "data1")
.GetLocalizedString();